mirror of
https://github.com/marianozunino/nvim.git
synced 2025-06-28 18:43: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
|
|
@ -4,7 +4,6 @@ local M = {
|
|||
"saghen/blink.cmp",
|
||||
"williamboman/mason.nvim",
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
require("plugins.lsp.extras.context"),
|
||||
require("plugins.lsp.extras.lazydev"),
|
||||
require("plugins.lsp.extras.gopher"),
|
||||
require("plugins.lsp.extras.typescript"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue