diff options
| author | awy <awy@awy.one> | 2025-12-02 01:55:55 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-12-02 01:55:55 +0300 |
| commit | 7880919da25dc633d50a7dd14a1d3ad0e4768051 (patch) | |
| tree | 7535a7933b33eeb4ac645af8ae06d79e9d3a3ee5 | |
| parent | af1e178e595bb1fc33b7dc8a22b6323b6c6adbf7 (diff) | |
| download | hyprdots-7880919da25dc633d50a7dd14a1d3ad0e4768051.tar.gz | |
u
| -rw-r--r-- | .config/nvim/lua/plugins/lsp.lua | 3 | ||||
| -rw-r--r-- | dependencies.txt | 1 |
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 |