Add Oil.nvim as file explorer
This commit is contained in:
parent
eebd9d4a78
commit
f9b0ddf8d9
7 changed files with 161 additions and 93 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue