mirror of https://github.com/LazyVim/starter
feat: configure none-ls
parent
457a3fc3da
commit
df95fe74b7
|
@ -132,6 +132,13 @@ return {
|
||||||
stages = "fade_in_slide_out",
|
stages = "fade_in_slide_out",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"nvimtools/none-ls.nvim",
|
||||||
|
opts = {
|
||||||
|
source = {
|
||||||
|
builtins = {
|
||||||
|
csharpier = {},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue