nvim add nightfox themes, hierarchy-tree-go, and tree-sitter-nu

This commit is contained in:
Łukasz Pankowski 2024-02-07 16:40:21 +01:00
parent a667c5a237
commit 6a049c283f
2 changed files with 9 additions and 1 deletions

View File

@ -11,6 +11,8 @@ return {
end
},
'EdenEast/nightfox.nvim',
{
-- Statusline (see `:help lualine.txt`)
'nvim-lualine/lualine.nvim',

View File

@ -17,6 +17,7 @@ return {
'nvim-treesitter/nvim-treesitter-textobjects',
'nvim-orgmode/orgmode', -- as configured together
'vrischmann/tree-sitter-templ',
"nushell/tree-sitter-nu", -- additional parser
},
build =
':TSUpdate'
@ -62,4 +63,9 @@ return {
dependencies = { 'nvim-lua/plenary.nvim' },
lazy = true,
},
{
'crusj/hierarchy-tree-go.nvim',
dependencies = 'neovim/nvim-lspconfig',
},
}