nvim add nightfox themes, hierarchy-tree-go, and tree-sitter-nu
This commit is contained in:
parent
a667c5a237
commit
6a049c283f
@ -11,6 +11,8 @@ return {
|
||||
end
|
||||
},
|
||||
|
||||
'EdenEast/nightfox.nvim',
|
||||
|
||||
{
|
||||
-- Statusline (see `:help lualine.txt`)
|
||||
'nvim-lualine/lualine.nvim',
|
||||
|
@ -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',
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user