diff options
| author | Trey Bastian <hello@treybastian.com> | 2026-01-22 09:59:48 +0000 |
|---|---|---|
| committer | Trey Bastian <hello@treybastian.com> | 2026-01-22 09:59:48 +0000 |
| commit | 4a3acb5408509badd21b263925c00cad6a7b43b9 (patch) | |
| tree | c62c7bf28cb976cd5bce87e455dbf23a7631b250 /lua/config/lsp.lua | |
| parent | 02400c25c84e71dc61e0d47f41822f234ca9897b (diff) | |
re-added dap to my config with dapview over dap-ui
Diffstat (limited to 'lua/config/lsp.lua')
| -rw-r--r-- | lua/config/lsp.lua | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/lua/config/lsp.lua b/lua/config/lsp.lua index 9420d30..f32b410 100644 --- a/lua/config/lsp.lua +++ b/lua/config/lsp.lua @@ -1,5 +1,3 @@ -local vim = vim - vim.pack.add({ { src = "https://github.com/saghen/blink.cmp", version = vim.version.range("*") }, "https://github.com/neovim/nvim-lspconfig", @@ -7,16 +5,14 @@ vim.pack.add({ }) vim.lsp.enable({ - "bashls", -- npm install -g bash-language-server - "lua_ls", -- os pkg manager lua-language-server - "sourcekit", -- swift bundled - "ts_ls", -- npm install -g typescript-language-server typescript - "css_ls", -- npm install -g vscode-css-languageservice - "emmet_language_server", -- npm install -g @olrtg/emmet-language-server - "svelte", -- npm install -g svelte-language-server - "astro", -- npm install -g @astrojs/language-server - -- https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/releases - -- extract from vsix file for your target platform + "bashls", + "lua_ls", + "sourcekit", + "ts_ls", + "css_ls", + "emmet_language_server", + "svelte", + "astro", "cobol_ls", }) |
