nvim: add: hlchunk & update dependency path
This commit is contained in:
parent
438823541a
commit
64ce6479cb
1 changed files with 15 additions and 1 deletions
|
@ -56,7 +56,21 @@ require('lazy').setup({
|
|||
},
|
||||
{ -- lualine(statusline)
|
||||
'nvim-lualine/lualine.nvim',
|
||||
dependencies = { 'kyazdani42/nvim-web-devicons', lazy = true }
|
||||
dependencies = { 'nvim-tree/nvim-web-devicons', lazy = true }
|
||||
},
|
||||
{
|
||||
'shellRaining/hlchunk.nvim',
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
config = function()
|
||||
require('hlchunk').setup {
|
||||
chunk = {
|
||||
enable = true,
|
||||
},
|
||||
line_num = {
|
||||
enable = true,
|
||||
},
|
||||
}
|
||||
end
|
||||
},
|
||||
{
|
||||
'lervag/vimtex',
|
||||
|
|
Loading…
Reference in a new issue