vscode gone and update

This commit is contained in:
RafayAhmad7548 2025-06-26 19:57:04 +05:00
parent 678d445eae
commit 9a6cecf875
42 changed files with 657 additions and 1645 deletions

View file

@ -55,7 +55,9 @@ return {
local capabilities = require('blink.cmp').get_lsp_capabilities()
local servers = {
-- clangd = {},
bashls = {},
clangd = {},
rust_analyzer = {},
pyright = {},
@ -64,6 +66,14 @@ return {
cssls = {},
vtsls = {},
kotlin_lsp = {},
-- kotlin_language_server = {
-- init_options = {
-- storagePath = vim.fn.stdpath('cache') .. '/kotlin_language_server', -- Explicit storage path
-- },
-- },
-- -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
--
-- Some languages (like typescript) have entire language plugins that can be useful: