Move keybindings to plugin files
This commit is contained in:
parent
43382cdbbc
commit
1645f2fbe9
3 changed files with 9 additions and 8 deletions
|
|
@ -3,9 +3,6 @@
|
|||
--
|
||||
-- See the kickstart.nvim README for more information
|
||||
return {
|
||||
vim.keymap.set('n', '<space>fb', ':Telescope file_browser path=%:p:h select_buffer=true<CR>'),
|
||||
vim.keymap.set('n', '<space>ng', ':Neogit cwd=%:p:h<CR>'),
|
||||
|
||||
require('mini.surround').setup(),
|
||||
|
||||
require('mini.pairs').setup(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue