mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix typo
This commit is contained in:
parent
fca15abd3c
commit
aee364212b
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ end
|
||||||
local lsp = vim.g.lazyvim_ruby_lsp or "ruby_lsp"
|
local lsp = vim.g.lazyvim_ruby_lsp or "ruby_lsp"
|
||||||
if vim.fn.has("nvim-0.10") == 0 then
|
if vim.fn.has("nvim-0.10") == 0 then
|
||||||
-- ruby_lsp does not work well with Neovim < 0.10
|
-- ruby_lsp does not work well with Neovim < 0.10
|
||||||
lsp = vim.g.lazyvim_ruby_lsp or "solarpath"
|
lsp = vim.g.lazyvim_ruby_lsp or "solargraph"
|
||||||
end
|
end
|
||||||
local formatter = vim.g.lazyvim_ruby_formatter or "rubocop"
|
local formatter = vim.g.lazyvim_ruby_formatter or "rubocop"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue