Update nvim config
parent
3f56da3e5e
commit
a2f39569a9
@ -1,3 +1,5 @@
|
||||
require('core.config')
|
||||
vim.opt.runtimepath:prepend(vim.fn.stdpath('data') .. '/lazy/lazy.nvim')
|
||||
require('lazy').setup('plugins', {})
|
||||
require('lazy').setup('plugins', {
|
||||
version = "*",
|
||||
})
|
||||
|
Loading…
Reference in New Issue