mirror of
https://github.com/marianozunino/nvim.git
synced 2025-06-29 02:53:50 -03:00
chore: back to fugitive
This commit is contained in:
parent
cd71c6519e
commit
867159343a
10 changed files with 107 additions and 130 deletions
|
@ -1,15 +0,0 @@
|
|||
local M = {
|
||||
"nvimdev/lspsaga.nvim",
|
||||
}
|
||||
|
||||
M.config = function()
|
||||
require("lspsaga").setup({
|
||||
lightbulb = {
|
||||
enable = false,
|
||||
},
|
||||
})
|
||||
nmap("K", "<cmd>Lspsaga hover_doc<cr>")
|
||||
nmap("pd", "<cmd>Lspsaga peek_definition<cr>")
|
||||
end
|
||||
|
||||
return M
|
Loading…
Add table
Add a link
Reference in a new issue