Skip to content

Commit

Permalink
Add icons to Fern (file tree)
Browse files Browse the repository at this point in the history
  • Loading branch information
perrupa committed Jan 30, 2023
1 parent 98de3ac commit 7c3433d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions vim/plugin/ui.vim
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ let g:lightline = {'colorscheme': 'ayu'}

" Vim split resizing via 'beauwilliams/focus.nvim'
" lua require("focus").setup()

" File tree (Fern.vim)
let g:fern#renderer = "nerdfont"

4 changes: 3 additions & 1 deletion vim/plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ call plug#begin('~/.vim/bundle')
Plug 'kshenoy/vim-signature' " Shows vim-marks in the gutter
Plug 'junegunn/vim-peekaboo' " Show registers (and contents) when using completion and macros
Plug 'wsdjeg/vim-fetch' " Allows opening files at linenumber e.g. `main.js:13`
Plug 'lambdalisue/fern.vim'
Plug 'lambdalisue/fern.vim' " Tree plugin
Plug 'lambdalisue/nerdfont.vim'
Plug 'lambdalisue/fern-renderer-nerdfont.vim'
Plug 'folke/trouble.nvim'
Plug 'kyazdani42/nvim-web-devicons'
Plug 'romgrk/barbar.nvim'
Expand Down

0 comments on commit 7c3433d

Please sign in to comment.