1
0
Fork 0

Add startify + autopair

This commit is contained in:
Florian RICHER 2021-06-30 08:45:11 +02:00
parent cd47d8f48b
commit 4b962e75fc
3 changed files with 23 additions and 9 deletions

View file

@ -0,0 +1,12 @@
local function init()
require'nvim-web-devicons'.setup {
-- globally enable default icons (default to false)
-- will get overriden by `get_icons` option
default = true;
}
require'nvim-web-devicons'.get_icons()
end
return {
init = init
}