1
0
Fork 0

nvim: remove nvim-surround

The one time i wanted to use it, it didn't work right.
This commit is contained in:
tastytea 2023-02-02 20:48:38 +01:00
parent d08ad8e80e
commit 7ef9b7f1e9
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
2 changed files with 0 additions and 6 deletions

View File

@ -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 = '*'

View File

@ -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' } })