1
0
mirror of https://github.com/sameer1612/.dotfiles.git synced 2024-11-24 08:12:13 +02:00

replaced ruby lsp with solargraph

This commit is contained in:
Sameer Kumar 2024-10-19 18:03:00 +05:30
parent 2c77bc5993
commit df04d9ee41
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
local map = vim.keymap.set
local lspconfig = require "lspconfig"
local servers = { "html", "cssls", "ts_ls", "tailwindcss", "emmet_ls", "pyright", "ruby_lsp" }
local servers = { "html", "cssls", "ts_ls", "tailwindcss", "emmet_ls", "pyright", "solargraph" }
local on_attach = function()
map("n", "<leader>lr", require "nvchad.lsp.renamer", { desc = "LSP Rename" })

View File

@ -54,7 +54,7 @@ return {
"tailwindcss",
"emmet_ls",
"pyright",
"ruby_lsp",
"solargraph",
"elixirls",
},
},