add nil and formatting
This commit is contained in:
parent
84e58e64bc
commit
4e5abb3d44
|
@ -30,3 +30,4 @@ return { -- Highlight, edit, and navigate code
|
||||||
-- - Treesitter + textobjects: https://github.com/nvim-treesitter/nvim-treesitter-textobjects
|
-- - Treesitter + textobjects: https://github.com/nvim-treesitter/nvim-treesitter-textobjects
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -88,9 +88,9 @@ local Languages = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
-- ['nil_ls'] = {
|
['nil_ls'] = {
|
||||||
-- alias = 'nil',
|
alias = 'nil',
|
||||||
-- },
|
},
|
||||||
},
|
},
|
||||||
['bash'] = {
|
['bash'] = {
|
||||||
bashls = {
|
bashls = {
|
||||||
|
|
Loading…
Reference in New Issue