obligatory formatting run
This commit is contained in:
parent
3dd0e7ac89
commit
fb7c11497d
12 changed files with 117 additions and 100 deletions
4
init.lua
4
init.lua
|
@ -14,9 +14,9 @@ if not vim.loop.fs_stat(lazypath) then
|
|||
end
|
||||
vim.opt.rtp:prepend(lazypath)
|
||||
|
||||
vim.g.mapleader = " ";
|
||||
vim.g.mapleader = " "
|
||||
|
||||
require('lazy').setup({ { import = "plugins" } })
|
||||
require("lazy").setup({ { import = "plugins" } })
|
||||
|
||||
require("sets")
|
||||
require("remaps")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue