mirror of https://github.com/LazyVim/starter
chore: remove none-ls config with C#
parent
dbf647f7c4
commit
297e75d62e
|
@ -136,18 +136,18 @@ return {
|
||||||
stages = "fade_in_slide_out",
|
stages = "fade_in_slide_out",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
-- {
|
||||||
"nvimtools/none-ls.nvim",
|
-- "nvimtools/none-ls.nvim",
|
||||||
opts = {
|
-- opts = {
|
||||||
source = {
|
-- source = {
|
||||||
builtins = {
|
-- builtins = {
|
||||||
csharpier = {
|
-- csharpier = {
|
||||||
args = { "--write-stdout", "--no-cache", "$FILENAME" },
|
-- args = { "--write-stdout", "--no-cache", "$FILENAME" },
|
||||||
},
|
-- },
|
||||||
},
|
-- },
|
||||||
},
|
-- },
|
||||||
},
|
-- },
|
||||||
},
|
-- },
|
||||||
{
|
{
|
||||||
"nvim-telescope/telescope.nvim",
|
"nvim-telescope/telescope.nvim",
|
||||||
opts = {
|
opts = {
|
||||||
|
|
Loading…
Reference in New Issue