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

nixpkgs/neovim: disable solargraph formatting

Thomas Dy 2 жил өмнө
parent
commit
3dda738205

+ 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