completion setup

This commit is contained in:
2024-09-30 05:17:31 +02:00
parent 437a8b0eac
commit 6a0e6be5c7
8 changed files with 125 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ map('n', '<leader>wc', ':close<CR>', opts)
-- tab management
map('n', '<tab>', ':tabnext<CR>', opts)
map('n', '<leader>x', ':tabclose<CR>', opts)
map('n', '<leader>n', ':$tabnew<CR>', opts)
map('n', '<leader>s', ':$tab split<CR>', opts)