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
|
end
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'EdenEast/nightfox.nvim',
|
||||||
|
|
||||||
{
|
{
|
||||||
-- Statusline (see `:help lualine.txt`)
|
-- Statusline (see `:help lualine.txt`)
|
||||||
'nvim-lualine/lualine.nvim',
|
'nvim-lualine/lualine.nvim',
|
||||||
|
@ -15,8 +15,9 @@ return {
|
|||||||
'nvim-treesitter/nvim-treesitter',
|
'nvim-treesitter/nvim-treesitter',
|
||||||
dependencies = {
|
dependencies = {
|
||||||
'nvim-treesitter/nvim-treesitter-textobjects',
|
'nvim-treesitter/nvim-treesitter-textobjects',
|
||||||
'nvim-orgmode/orgmode', -- as configured together
|
'nvim-orgmode/orgmode', -- as configured together
|
||||||
'vrischmann/tree-sitter-templ',
|
'vrischmann/tree-sitter-templ',
|
||||||
|
"nushell/tree-sitter-nu", -- additional parser
|
||||||
},
|
},
|
||||||
build =
|
build =
|
||||||
':TSUpdate'
|
':TSUpdate'
|
||||||
@ -62,4 +63,9 @@ return {
|
|||||||
dependencies = { 'nvim-lua/plenary.nvim' },
|
dependencies = { 'nvim-lua/plenary.nvim' },
|
||||||
lazy = true,
|
lazy = true,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
'crusj/hierarchy-tree-go.nvim',
|
||||||
|
dependencies = 'neovim/nvim-lspconfig',
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user