diff options
| author | Nic Gaffney <gaffney_nic@protonmail.com> | 2026-04-18 04:29:55 -0500 |
|---|---|---|
| committer | Nic Gaffney <gaffney_nic@protonmail.com> | 2026-04-18 04:29:55 -0500 |
| commit | 268cce40329eb3a91665ebe3ce65a0aa7b2c692e (patch) | |
| tree | 179f74cb920740ce03893f6d0cd51b74ad4f7800 /lua/config/lsp.lua | |
| download | nvim-268cce40329eb3a91665ebe3ce65a0aa7b2c692e.tar.gz | |
initial
Diffstat (limited to 'lua/config/lsp.lua')
| -rw-r--r-- | lua/config/lsp.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lua/config/lsp.lua b/lua/config/lsp.lua new file mode 100644 index 0000000..f6f49dd --- /dev/null +++ b/lua/config/lsp.lua @@ -0,0 +1,10 @@ +local lspservers = { + "basedpyright", + "ruff", + "clangd", + "rust_analyzer", + "lua_ls", + "zls", +} +vim.lsp.enable(lspservers) + |
