mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-02 00:56:02 +02:00
add devicons back
This commit is contained in:
parent
0200aa0da9
commit
516c505d2b
2 changed files with 8 additions and 0 deletions
|
@ -20,3 +20,10 @@ vim.g.startify_session_dir = '~/.config/nvim/session'
|
|||
vim.api.nvim_exec('let startify_lists = [ { \'type\': \'files\', \'header\': [\' Files\'] }, { \'type\': \'sessions\', \'header\': [\' Sessions\'] }, { \'type\': \'bookmarks\', \'header\': [\' Bookmarks\'] }, ]',true)
|
||||
|
||||
vim.api.nvim_exec('let startify_bookmarks = [ { \'b\': \'~/Blog\' }, { \'i\': \'~/.config/nvim/init.vim\' }, { \'z\': \'~/.zshrc\' }]', true)
|
||||
|
||||
vim.cmd([[
|
||||
function! StartifyEntryFormat()
|
||||
return 'WebDevIconsGetFileTypeSymbol(absolute_path) ." ". entry_path'
|
||||
endfunction
|
||||
]])
|
||||
|
||||
|
|
|
@ -41,6 +41,7 @@ return require('packer').startup(function()
|
|||
|
||||
-- Icons
|
||||
use 'kyazdani42/nvim-web-devicons'
|
||||
use 'ryanoasis/vim-devicons'
|
||||
|
||||
-- Status Line and Bufferline
|
||||
use 'glepnir/galaxyline.nvim'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue