from packer to lazy
This commit is contained in:
14
lua/plugins/tagbar.lua
Normal file
14
lua/plugins/tagbar.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
-- Vim plugin that displays tags in a window, ordered by scope
|
||||
return {
|
||||
'preservim/tagbar',
|
||||
enabled = true,
|
||||
lazy = false,
|
||||
priority = 40,
|
||||
dependencies = {
|
||||
-- An enhanced ctags compatible index generator written in pure PHP
|
||||
{ 'vim-php/phpctags' },
|
||||
|
||||
-- jsctags generator using tern
|
||||
{ 'sergioramos/jsctags' }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user