Minor fixes
This commit is contained in:
parent
207e7c1f20
commit
7dadc3afd5
4 changed files with 7 additions and 6 deletions
|
|
@ -7,7 +7,7 @@ return {
|
|||
{ "williamboman/mason.nvim" },
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
-- Additional lua configuration, makes nvim stuff amazing!
|
||||
{ "folke/neodev.nvim", opts = {} },
|
||||
{ "folke/neodev.nvim", opts = {} },
|
||||
},
|
||||
|
||||
config = function()
|
||||
|
|
@ -92,7 +92,6 @@ return {
|
|||
},
|
||||
},
|
||||
sqlls = {},
|
||||
nimls = {},
|
||||
yamlls = {},
|
||||
tsserver = {},
|
||||
lua_ls = {
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ return {
|
|||
"prettierd",
|
||||
"shellcheck",
|
||||
"stylua",
|
||||
"gofumpt", "golines", "goimports-reviser", "gopls"
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue