mirror of
https://github.com/Tilo-K/neovim-config.git
synced 2026-07-03 13:43:02 +00:00
gleam lsp
This commit is contained in:
2
init.lua
2
init.lua
@@ -675,3 +675,5 @@ vim.api.nvim_create_autocmd("LspAttach", {
|
||||
})
|
||||
end
|
||||
})
|
||||
|
||||
require 'lspconfig'.gleam.setup({})
|
||||
|
||||
3
lua/custom/plugins/gleam.lua
Normal file
3
lua/custom/plugins/gleam.lua
Normal file
@@ -0,0 +1,3 @@
|
||||
return {
|
||||
'gleam-lang/gleam.vim'
|
||||
}
|
||||
Reference in New Issue
Block a user