Add bufferline options to always show the bufferline, use ordinal numbers, and sort by insert position in the current setup
This commit is contained in:
parent
e7b27047e2
commit
606b0572d2
6 changed files with 28 additions and 36 deletions
2
init.lua
2
init.lua
|
|
@ -399,7 +399,7 @@ local on_attach = function(_, bufnr)
|
|||
|
||||
-- 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, '[G]oto [D]eclaration')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue