add nil and formatting

This commit is contained in:
peturparkur 2025-06-17 21:36:19 +02:00
parent 84e58e64bc
commit 4e5abb3d44
2 changed files with 32 additions and 31 deletions

View File

@ -30,3 +30,4 @@ return { -- Highlight, edit, and navigate code
-- - Treesitter + textobjects: https://github.com/nvim-treesitter/nvim-treesitter-textobjects
end,
}

View File

@ -88,9 +88,9 @@ local Languages = {
},
},
},
-- ['nil_ls'] = {
-- alias = 'nil',
-- },
['nil_ls'] = {
alias = 'nil',
},
},
['bash'] = {
bashls = {