marleyvim/lua/plugins/nvim-lspconfig.lua
2025-03-15 13:34:52 -07:00

22 lines
389 B
Lua

return {
{
'neovim/nvim-lspconfig',
opts = {
servers = {
html = {
filetypes = { 'html', 'liquid' },
},
nil_ls = {
settings = {
['nil'] = {
flake = {
autoArchive = true,
autoEvalInputs = true,
},
},
},
},
},
},
},
}