diff options
| author | ZachIR <zachir@librem.one> | 2025-12-24 02:22:19 -0600 |
|---|---|---|
| committer | ZachIR <zachir@librem.one> | 2025-12-24 02:22:19 -0600 |
| commit | 2a0f9e3d7147b39a49fc3757455916e85103d9bb (patch) | |
| tree | a2adebb5fd20b347be84682168c1a4ef58ac156d /nvim/lua | |
| parent | f1dbed0675e662b70697aad172718d92c39d3ae4 (diff) | |
| parent | d5fb8f7e4ce4a60e63c29cf84c72f13c7e7dfa6e (diff) | |
Merge branch 'master' into car
Diffstat (limited to 'nvim/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", |
