mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
ref(nvim): merged mason-cfg and lsp-cfg
This commit is contained in:
parent
157d9bd461
commit
797895eaf6
5 changed files with 12 additions and 6 deletions
|
|
@ -31,3 +31,6 @@ map('n', '<A-0>', '<Cmd>BufferLast<CR>', opts)
|
|||
|
||||
-- Pin/unpin buffer
|
||||
map('n', '<A-p>', '<Cmd>BufferPin<CR>', opts)
|
||||
|
||||
-- Close buffer
|
||||
map('n', '<A-c>', '<Cmd>BufferClose<CR>', opts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue