File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1- require ( " josean .core.options" )
2- require ( " josean .core.keymaps" )
1+ require ' peteskiis .core.options'
2+ require ' peteskiis .core.keymaps'
Original file line number Diff line number Diff line change 1- local lazypath = vim .fn .stdpath ( " data" ) .. " /lazy/lazy.nvim"
1+ local lazypath = vim .fn .stdpath ' data' .. ' /lazy/lazy.nvim'
22if not vim .loop .fs_stat (lazypath ) then
3- vim .fn .system ( {
4- " git" ,
5- " clone" ,
6- " --filter=blob:none" ,
7- " https://github.com/folke/lazy.nvim.git" ,
8- " --branch=stable" , -- latest stable release
3+ vim .fn .system {
4+ ' git' ,
5+ ' clone' ,
6+ ' --filter=blob:none' ,
7+ ' https://github.com/folke/lazy.nvim.git' ,
8+ ' --branch=stable' , -- latest stable release
99 lazypath ,
10- })
10+ }
1111end
1212vim .opt .rtp :prepend (lazypath )
1313
14- require (" lazy" ).setup ({ { import = " josean .plugins" }, { import = " josean .plugins.lsp" } }, {
14+ require (' lazy' ).setup ({ { import = ' peteskiis .plugins' }, { import = ' peteskiis .plugins.lsp' } }, {
1515 checker = {
1616 enabled = true ,
1717 notify = false ,
You can’t perform that action at this time.
0 commit comments