nvim: plugins: Drop SyntaxAttr
This commit is contained in:
parent
ae4edc5bed
commit
95d5a10abc
2 changed files with 0 additions and 3 deletions
|
@ -105,7 +105,6 @@ remap('n', '<BS>', '<C-^>', opts)
|
||||||
remap('c', '<Tab>' , 'getcmdtype() =~ \'[?/]\' ? \'<C-g>\' : feedkeys(\'<Tab>\' , \'int\')[1]', expr_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('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)
|
remap('n', '<F2>', ':TSHighlightCapturesUnderCursor<CR>', opts)
|
||||||
|
|
||||||
-- After shifting a visual block, select it again
|
-- After shifting a visual block, select it again
|
||||||
|
|
|
@ -106,8 +106,6 @@ local init = function ()
|
||||||
use 'vim-pandoc/vim-pandoc-syntax'
|
use 'vim-pandoc/vim-pandoc-syntax'
|
||||||
-- Dhall
|
-- Dhall
|
||||||
use 'vmchale/dhall-vim'
|
use 'vmchale/dhall-vim'
|
||||||
-- Other syntax highlighting support
|
|
||||||
use 'inkarkat/SyntaxAttr.vim'
|
|
||||||
-- For statusline
|
-- For statusline
|
||||||
use {
|
use {
|
||||||
'NTBBloodbath/galaxyline.nvim',
|
'NTBBloodbath/galaxyline.nvim',
|
||||||
|
|
Loading…
Reference in a new issue