Explorar el Código

nixpkgs/neovim: rely on denols for formatting

Thomas Dy hace 2 años
padre
commit
62b74f2526
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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