Quellcode durchsuchen

nixpkgs/neovim: rely on denols for formatting

Thomas Dy vor 2 Jahren
Ursprung
Commit
62b74f2526
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      .config/nixpkgs/neovim/lsp.lua

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

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