From d7ae4faf3425c7db74b241688258c8833bfadacf Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sat, 16 Mar 2024 18:44:09 +0100 Subject: [PATCH] broken ass piece of shit I hate python --- modules/tui/neovim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tui/neovim.nix b/modules/tui/neovim.nix index a04139a..38c88a4 100644 --- a/modules/tui/neovim.nix +++ b/modules/tui/neovim.nix @@ -184,7 +184,7 @@ in { bashls.enable = true; tsserver.enable = true; java-language-server.enable = true; - pylyzer.enable = true; + #pylyzer.enable = true; }; #onAttach = '' # vim.api.nvim_buf_set_option(bufnr, 'omnifunc', 'v:lua.vim.lsp.omnifunc')