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:
parent
2c77bc5993
commit
df04d9ee41
@ -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" })
|
||||
|
@ -54,7 +54,7 @@ return {
|
||||
"tailwindcss",
|
||||
"emmet_ls",
|
||||
"pyright",
|
||||
"ruby_lsp",
|
||||
"solargraph",
|
||||
"elixirls",
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user