nvim: remove nvim-surround
The one time i wanted to use it, it didn't work right.
This commit is contained in:
parent
d08ad8e80e
commit
7ef9b7f1e9
@ -138,10 +138,6 @@ require('packer').startup({ function(use)
|
||||
'https://github.com/phaazon/mind.nvim',
|
||||
tag = '*'
|
||||
}
|
||||
use {
|
||||
'https://github.com/kylechui/nvim-surround',
|
||||
tag = '*'
|
||||
}
|
||||
use {
|
||||
'https://github.com/dhruvasagar/vim-table-mode',
|
||||
tag = '*'
|
||||
|
@ -134,8 +134,6 @@ map('n', '<F33>', mind.open_main, 'Open main mind') -- <C-F9> = <F33>
|
||||
map('n', '<S-F9>', mind_project, 'Open project mind')
|
||||
map('n', '<F21>', mind_project, 'Open project mind') -- <S-F9> = <F21>
|
||||
|
||||
require('nvim-surround').setup({})
|
||||
|
||||
vim.g.table_mode_map_prefix = '<Leader>T'
|
||||
require('which-key').register({ ['<Leader>T'] = { name = 'Table mode' } })
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user