all repos

init.lua @ 4fa6aad3c6c28ab3875b80e182bdf41fec5defe3

my nvim config
2 files changed, 4 insertions(+), 0 deletions(-)
feat: add setup for gleam
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-08-17 00:14:50 +0300
Parent: 4526ef9
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 = {