added go and htmx langauge servers
This commit is contained in:
@@ -11,7 +11,7 @@ vim.api.nvim_create_autocmd('LspAttach', {
|
|||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
vim.lsp.enable({'basedpyright', 'lua_ls', 'yamlls'})
|
vim.lsp.enable({'basedpyright', 'lua_ls', 'yamlls', 'gopls', 'htmx' })
|
||||||
|
|
||||||
vim.cmd("set completeopt+=noselect")
|
vim.cmd("set completeopt+=noselect")
|
||||||
vim.o.winborder='rounded'
|
vim.o.winborder='rounded'
|
||||||
|
|||||||
Reference in New Issue
Block a user