mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(vim): rename plugin configuration folder
This commit is contained in:
10
nvim/plugin-config/web-devicons.lua
Normal file
10
nvim/plugin-config/web-devicons.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
-- nvim-web-devicons
|
||||
-- https://github.com/kyazdani42/nvim-web-devicons
|
||||
|
||||
local status, web_devicons = pcall(require, 'nvim-web-devicons')
|
||||
if (not status) then return end
|
||||
|
||||
web_devicons.setup({
|
||||
override = {},
|
||||
default = true,
|
||||
})
|
||||
Reference in New Issue
Block a user