summaryrefslogtreecommitdiff
path: root/nvim/lua/plugins.lua
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2026-01-11 19:26:22 -0600
committerzachir <zachir@librem.one>2026-01-11 19:26:22 -0600
commit81eeb3aec382b8e912560082df8b7d4a67fdeb98 (patch)
tree332d26447d7bcdf60d57f0ec33411551503930d9 /nvim/lua/plugins.lua
parent10d59796b2525ab0b81a9efb4c5af447d279ce44 (diff)
parent4dfae6cc2cae76d60e04ead74774b74b1432219c (diff)
Merge branch 'master' into cascas
Diffstat (limited to 'nvim/lua/plugins.lua')
-rw-r--r--nvim/lua/plugins.lua3
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",