mirror of
https://github.com/KevinMidboe/chsh.git
synced 2025-10-29 12:30:13 +00:00
add nvim-tree package
This commit is contained in:
@@ -61,11 +61,16 @@ require('packer').startup(function(use)
|
|||||||
use { 'nvim-telescope/telescope-fzf-native.nvim', run = 'make', cond = vim.fn.executable 'make' == 1 }
|
use { 'nvim-telescope/telescope-fzf-native.nvim', run = 'make', cond = vim.fn.executable 'make' == 1 }
|
||||||
|
|
||||||
-- Tree file explorer pacakge: https://github.com/nvim-tree/nvim-tree.lua
|
-- Tree file explorer pacakge: https://github.com/nvim-tree/nvim-tree.lua
|
||||||
use { 'nvim-tree/nvim-tree.lua', tag = 'nightly' }
|
use {
|
||||||
|
'nvim-tree/nvim-tree.lua',
|
||||||
|
requires = {
|
||||||
|
'nvim-tree/nvim-web-devicons', -- optional, for file icons
|
||||||
|
},
|
||||||
|
tag = 'nightly' -- optional, updated every week. (see issue #1193)
|
||||||
|
}
|
||||||
|
|
||||||
-- nvim tree package: https://github.com/romgrk/barbar.nvim
|
-- nvim tree package: https://github.com/romgrk/barbar.nvim
|
||||||
use 'nvim-tree/nvim-web-devicons'
|
use {'romgrk/barbar.nvim'}
|
||||||
use {'romgrk/barbar.nvim', wants = 'nvim-web-devicons'}
|
|
||||||
|
|
||||||
-- Custom color schema
|
-- Custom color schema
|
||||||
use { 'bluz71/vim-moonfly-colors', branch = 'cterm-compat' }
|
use { 'bluz71/vim-moonfly-colors', branch = 'cterm-compat' }
|
||||||
|
|||||||
Reference in New Issue
Block a user