dotfiles/neovim/after/plugin/nvim-web-devicons.vim

5 lines
72 B
VimL

lua << EOF
require'nvim-web-devicons'.setup {
default = true;
}
EOF