2 files changed,
4 insertions(+),
0 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-08-17 00:14:50 +0300
Parent:
4526ef9
jump to
| A | after/ftplugin/gleam.lua |
| M | lua/plugins/lsp/servers.lua |
A
after/ftplugin/gleam.lua
@@ -0,0 +1,3 @@
+vim.opt_local.tabstop = 2 +vim.opt_local.shiftwidth = 2 +vim.opt_local.softtabstop = 2
M
lua/plugins/lsp/servers.lua
@@ -6,6 +6,7 @@ html = {},
emmet_language_server = {}, htmx = {}, templ = {}, + gleam = {}, golangci_lint_ls = { init_options = { command = {