1
0
Fork 0

nvim: add table-mode

This commit is contained in:
tastytea 2022-09-01 20:23:38 +02:00
parent dd53dfbccd
commit e0d1f648f8
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
2 changed files with 6 additions and 0 deletions

View File

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

View File

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