nvim: plugins: Drop SyntaxAttr

This commit is contained in:
Sanchayan Maity 2021-10-02 11:00:47 +05:30
parent ae4edc5bed
commit 95d5a10abc
2 changed files with 0 additions and 3 deletions

View File

@ -105,7 +105,6 @@ remap('n', '<BS>', '<C-^>', opts)
remap('c', '<Tab>' , 'getcmdtype() =~ \'[?/]\' ? \'<C-g>\' : feedkeys(\'<Tab>\' , \'int\')[1]', expr_opts)
remap('c', '<S-Tab>', 'getcmdtype() =~ \'[?/]\' ? \'<C-t>\' : feedkeys(\'<S-Tab>\', \'int\')[1]', expr_opts)
remap('n', '<F1>', ':call SyntaxAttr#SyntaxAttr()<CR>' , opts)
remap('n', '<F2>', ':TSHighlightCapturesUnderCursor<CR>', opts)
-- After shifting a visual block, select it again

View File

@ -106,8 +106,6 @@ local init = function ()
use 'vim-pandoc/vim-pandoc-syntax'
-- Dhall
use 'vmchale/dhall-vim'
-- Other syntax highlighting support
use 'inkarkat/SyntaxAttr.vim'
-- For statusline
use {
'NTBBloodbath/galaxyline.nvim',