Explorar o código

nixpkgs/neovim: disable solargraph formatting

Thomas Dy %!s(int64=2) %!d(string=hai) anos
pai
achega
3dda738205
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      .config/nixpkgs/neovim/lsp.lua

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

@@ -101,6 +101,9 @@ end
 if vim.fn.executable("solargraph") == 1 then
   nvim_lsp.solargraph.setup({
     on_attach = on_attach,
+    init_options = {
+      formatting = false,
+    }
   })
 end