init files problems wiith a plugin fix
This commit is contained in:
parent
7f912134c6
commit
ac8d7d3a80
4
init.lua
4
init.lua
|
@ -256,7 +256,7 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
|
||||||
-- :Lazy update
|
-- :Lazy update
|
||||||
--
|
--
|
||||||
-- NOTE: This will load all lua files in `lua/plugins/`
|
-- NOTE: This will load all lua files in `lua/plugins/`
|
||||||
require('lazy').setup('plugins', {
|
require('lazy').setup({ import = 'plugins' }, {
|
||||||
ui = {
|
ui = {
|
||||||
-- If you are using a Nerd Font: set icons to an empty table which will use the
|
-- If you are using a Nerd Font: set icons to an empty table which will use the
|
||||||
-- default lazy.nvim defined Nerd Font icons, otherwise define a unicode icons table
|
-- default lazy.nvim defined Nerd Font icons, otherwise define a unicode icons table
|
||||||
|
@ -271,7 +271,7 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
|
||||||
runtime = '💻',
|
runtime = '💻',
|
||||||
require = '🌙',
|
require = '🌙',
|
||||||
source = '📄',
|
source = '📄',
|
||||||
start = '🚀',
|
start = '<EFBFBD>',
|
||||||
task = '📌',
|
task = '📌',
|
||||||
lazy = '💤 ',
|
lazy = '💤 ',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue