summaryrefslogtreecommitdiff
path: root/nvim/lua/plugins.lua
diff options
context:
space:
mode:
authorzsmith <zsmith@newhopechurch.tv>2025-12-23 10:01:30 -0600
committerzsmith <zsmith@newhopechurch.tv>2025-12-23 10:01:30 -0600
commitd5fb8f7e4ce4a60e63c29cf84c72f13c7e7dfa6e (patch)
tree9a082ba63f847819218b311dcd1591aca3f42b4c /nvim/lua/plugins.lua
parentb74017470ebcc277a775b57fca271412188c15fd (diff)
Commend out pylsp setup
Something updated and this line in the config is broken now.
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",