Add Oil.nvim as file explorer

This commit is contained in:
Alexander Navarro 2023-10-29 19:33:10 -03:00
parent eebd9d4a78
commit f9b0ddf8d9
7 changed files with 161 additions and 93 deletions

View file

@ -32,7 +32,7 @@ return {
-- See `:help K` for why this keymap
nmap("K", vim.lsp.buf.hover, "Hover Documentation")
nmap("<C-k>", vim.lsp.buf.signature_help, "Signature Documentation")
-- nmap("<C-k>", vim.lsp.buf.signature_help, "Signature Documentation")
-- Lesser used LSP functionality
nmap("gD", vim.lsp.buf.declaration, "Goto Declaration")