mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
chore: remove none-ls config with C#
This commit is contained in:
parent
dbf647f7c4
commit
297e75d62e
1 changed files with 12 additions and 12 deletions
|
|
@ -136,18 +136,18 @@ return {
|
|||
stages = "fade_in_slide_out",
|
||||
},
|
||||
},
|
||||
{
|
||||
"nvimtools/none-ls.nvim",
|
||||
opts = {
|
||||
source = {
|
||||
builtins = {
|
||||
csharpier = {
|
||||
args = { "--write-stdout", "--no-cache", "$FILENAME" },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
-- {
|
||||
-- "nvimtools/none-ls.nvim",
|
||||
-- opts = {
|
||||
-- source = {
|
||||
-- builtins = {
|
||||
-- csharpier = {
|
||||
-- args = { "--write-stdout", "--no-cache", "$FILENAME" },
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
{
|
||||
"nvim-telescope/telescope.nvim",
|
||||
opts = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue