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