ref(nvim): merged mason-cfg and lsp-cfg

This commit is contained in:
Léana 江 2023-02-24 12:52:12 +01:00
parent 157d9bd461
commit 797895eaf6
5 changed files with 12 additions and 6 deletions

View file

@ -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)