fix: format config files
This commit is contained in:
parent
0dcc4fa0ed
commit
580a30e305
8 changed files with 32 additions and 33 deletions
17
init.lua
17
init.lua
|
@ -32,14 +32,14 @@ vim.opt.incsearch = true
|
|||
|
||||
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
|
||||
if not vim.loop.fs_stat(lazypath) then
|
||||
vim.fn.system({
|
||||
"git",
|
||||
"clone",
|
||||
"--filter=blob:none",
|
||||
"https://github.com/folke/lazy.nvim.git",
|
||||
"--branch=stable", -- latest stable release
|
||||
lazypath,
|
||||
})
|
||||
vim.fn.system({
|
||||
"git",
|
||||
"clone",
|
||||
"--filter=blob:none",
|
||||
"https://github.com/folke/lazy.nvim.git",
|
||||
"--branch=stable", -- latest stable release
|
||||
lazypath,
|
||||
})
|
||||
end
|
||||
vim.opt.rtp:prepend(lazypath)
|
||||
|
||||
|
@ -61,4 +61,3 @@ end
|
|||
|
||||
require("lazy").setup("plugins")
|
||||
require("keybinds")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue