obligatory formatting run

This commit is contained in:
kalmenn 2024-01-07 18:19:07 +01:00
parent 3dd0e7ac89
commit fb7c11497d
Signed by: kalmenn
GPG key ID: F500055C44BC3834
12 changed files with 117 additions and 100 deletions

View file

@ -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")