1
0
Эх сурвалжийг харах

nixpkgs/neovim: rely on denols for formatting

Thomas Dy 2 жил өмнө
parent
commit
62b74f2526

+ 0 - 1
.config/nixpkgs/neovim/lsp.lua

@@ -27,7 +27,6 @@ if vim.fn.executable("deno") == 1 then
   nvim_lsp.denols.setup({
   nvim_lsp.denols.setup({
     on_attach = on_attach,
     on_attach = on_attach,
   });
   });
-  table.insert(null_ls_sources, null_ls.builtins.formatting.deno_fmt);
 end
 end
 
 
 if vim.fn.executable("gopls") == 1 then
 if vim.fn.executable("gopls") == 1 then