initial commit
This commit is contained in:
6
lua/settings/lsp.lua
Normal file
6
lua/settings/lsp.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
vim.keymap.set("n", "K", function()
|
||||
vim.lsp.buf.hover({ border = "rounded" })
|
||||
end)
|
||||
vim.keymap.set("n", "grd", vim.lsp.buf.definition)
|
||||
|
||||
vim.lsp.enable({'gopls', 'tsserver', 'lua_ls', 'ruby_lsp'})
|
||||
Reference in New Issue
Block a user