aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-12-02 01:55:55 +0300
committerawy <awy@awy.one>2025-12-02 01:55:55 +0300
commit7880919da25dc633d50a7dd14a1d3ad0e4768051 (patch)
tree7535a7933b33eeb4ac645af8ae06d79e9d3a3ee5
parentaf1e178e595bb1fc33b7dc8a22b6323b6c6adbf7 (diff)
downloadhyprdots-7880919da25dc633d50a7dd14a1d3ad0e4768051.tar.gz
u
-rw-r--r--.config/nvim/lua/plugins/lsp.lua3
-rw-r--r--dependencies.txt1
2 files changed, 3 insertions, 1 deletions
diff --git a/.config/nvim/lua/plugins/lsp.lua b/.config/nvim/lua/plugins/lsp.lua
index 9e06e6a..d59d6c6 100644
--- a/.config/nvim/lua/plugins/lsp.lua
+++ b/.config/nvim/lua/plugins/lsp.lua
@@ -23,7 +23,8 @@ return {
vim.lsp.enable({
"lua_ls", "clangd", "rust_analyzer", "bashls",
"html", "cssls", "jsonls", "helm_ls", "yamlls",
- "dockerfile-language-server", "tinymist", "gopls"
+ "dockerfile-language-server", "tinymist", "gopls",
+ "pylsp"
})
vim.lsp.config("*", {
diff --git a/dependencies.txt b/dependencies.txt
index 8f1eeec..719059a 100644
--- a/dependencies.txt
+++ b/dependencies.txt
@@ -141,3 +141,4 @@ bash-language-server
shellcheck
tinymist
gopls
+python-lsp-server