mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-23 04:51:04 +00:00
Fix after plugin
This commit is contained in:
parent
8d9c189b00
commit
a48af40c68
1 changed files with 5 additions and 5 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
-- after/ftplugin/ruby.lua
|
-- after/ftplugin/ruby.lua
|
||||||
local lspconfig = require("lspconfig")
|
-- local lspconfig = require("lspconfig")
|
||||||
lspconfig.ruby_lsp.setup({
|
-- lspconfig.ruby_lsp.setup({
|
||||||
cmd = { vim.fn.expand("~/.asdf/shims/ruby"), "-S", "ruby-lsp" },
|
-- cmd = { vim.fn.expand("~/.asdf/shims/ruby"), "-S", "ruby-lsp" },
|
||||||
})
|
-- })
|
||||||
|
|
||||||
local map = LazyVim.safe_keymap_set
|
local map = vim.keymap.set
|
||||||
|
|
||||||
-- map("n", "<leader>x", ":lua RunInTerminal('ruby ' .. vim.fn.expand('%'), true)<CR>", { buffer = true })
|
-- map("n", "<leader>x", ":lua RunInTerminal('ruby ' .. vim.fn.expand('%'), true)<CR>", { buffer = true })
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue