1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 10:40:03 +08:00
SpaceVim/bundle/nvim-web-devicons/plugin/nvim-web-devicons.vim
2023-05-30 21:40:52 +08:00

13 lines
214 B
VimL

if exists('g:loaded_devicons') | finish | endif
let s:save_cpo = &cpo
set cpo&vim
" TODO change so its easier to get
let g:nvim_web_devicons = 1
let &cpo = s:save_cpo
unlet s:save_cpo
let g:loaded_devicons = 1