diff options
| author | zachir <zachir@librem.one> | 2025-12-30 17:52:38 -0600 |
|---|---|---|
| committer | zachir <zachir@librem.one> | 2025-12-30 17:52:38 -0600 |
| commit | 9736ccc84a060a9188150a722cc35daaa4e39484 (patch) | |
| tree | e37c8df6dcf3aab6f236600c80cb8fa53d9e78c6 /nvim/lua/plugins.lua | |
| parent | f43937d220835c0653b28b2ad86cbaaa18a8a4e9 (diff) | |
| parent | 8706a73d491db20bf7547d043bc4a7f562c22b1d (diff) | |
Merge branch 'master' into cla
Diffstat (limited to 'nvim/lua/plugins.lua')
| -rw-r--r-- | nvim/lua/plugins.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nvim/lua/plugins.lua b/nvim/lua/plugins.lua index 3684b89..0984c21 100644 --- a/nvim/lua/plugins.lua +++ b/nvim/lua/plugins.lua @@ -35,11 +35,12 @@ require("lazy").setup({ }, { "neovim/nvim-lspconfig", - config = function() + --[[config = function() local lspconfig = require("lspconfig") lspconfig.pylsp.setup({}) end, + --]] }, "tanvirtin/monokai.nvim", "lervag/vimtex", |
