diff options
| author | 2025-12-08 14:01:09 +0300 | |
|---|---|---|
| committer | 2025-12-08 14:01:09 +0300 | |
| commit | 2bb629d846c6060dc620c909aec79e5dd1ab1942 (patch) | |
| tree | e35f533451066557ffbac9bbf4c9d952e01ada11 /lua/config/lsp.lua | |
| parent | feat: add `basedpyright` for Python files (diff) | |
| download | neovim-configuration-master.tar.gz neovim-configuration-master.tar.bz2 neovim-configuration-master.tar.lz neovim-configuration-master.tar.xz neovim-configuration-master.tar.zst neovim-configuration-master.zip | |
Diffstat (limited to 'lua/config/lsp.lua')
| -rw-r--r-- | lua/config/lsp.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/config/lsp.lua b/lua/config/lsp.lua index 8596654..71f3dba 100644 --- a/lua/config/lsp.lua +++ b/lua/config/lsp.lua @@ -18,6 +18,8 @@ vim.lsp.enable({ "rust-analyzer", + "verible", + "angular-language-server", "biome", "typescript-language-server", |
