Improved configuration
This commit is contained in:
23
.config/nvim/lua/plugins/languages.lua
Normal file
23
.config/nvim/lua/plugins/languages.lua
Normal file
@ -0,0 +1,23 @@
|
||||
return {
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
lua_ls = {},
|
||||
|
||||
-- web dev
|
||||
cssls = {},
|
||||
html = {},
|
||||
tsserver = {},
|
||||
svelte = {},
|
||||
|
||||
-- go
|
||||
gopls = {
|
||||
settings = {
|
||||
gopls = {
|
||||
gofumpt = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user