Add nvim-tree icons

This commit is contained in:
Sonny Bakker 2024-08-30 17:41:59 +02:00
parent d6680fd014
commit 613b72cd15
2 changed files with 6 additions and 14 deletions

View file

@ -9,6 +9,9 @@ public_dotfiles_repo: 'git@git.fudiggity.nl:sonny/dotfiles.git'
neovim_plugins:
- { url: 'https://github.com/nvim-tree/nvim-tree.lua', name: 'nvim-tree' }
- {
url: 'https://github.com/nvim-tree/nvim-web-devicons', name: 'nvim-tree-icons'
}
- { url: 'https://github.com/neovim/nvim-lspconfig', name: 'nvim-lspconfig' }
- { url: 'https://github.com/hrsh7th/nvim-cmp/', name: 'nvim-cmp' }
- { url: 'https://github.com/hrsh7th/cmp-nvim-lsp/', name: 'cmp-nvim-lsp' }