mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
feat: configure none-ls
This commit is contained in:
parent
dd3061eeb6
commit
d52dd478a2
1 changed files with 7 additions and 0 deletions
|
|
@ -132,6 +132,13 @@ return {
|
||||||
stages = "fade_in_slide_out",
|
stages = "fade_in_slide_out",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"nvimtools/none-ls.nvim",
|
||||||
|
opts = {
|
||||||
|
source = {
|
||||||
|
builtins = {
|
||||||
|
csharpier = {},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue