nvim: add table-mode
This commit is contained in:
parent
dd53dfbccd
commit
e0d1f648f8
|
@ -119,6 +119,10 @@ require('packer').startup({ function(use)
|
|||
'https://github.com/kylechui/nvim-surround',
|
||||
tag = '*'
|
||||
}
|
||||
use {
|
||||
'https://github.com/dhruvasagar/vim-table-mode',
|
||||
tag = '*'
|
||||
}
|
||||
|
||||
-- coding
|
||||
use {
|
||||
|
|
|
@ -121,3 +121,5 @@ map('n', '<S-F9>', mind.open_main, 'Open main mind')
|
|||
map('n', '<F21>', mind.open_project, 'Open project mind') -- <S-F9> = <F21>
|
||||
|
||||
require('nvim-surround').setup({})
|
||||
|
||||
vim.g.table_mode_map_prefix = nil -- disable keymaps
|
||||
|
|
Loading…
Reference in New Issue
Block a user