1
Fork 0

A ton of changes

This commit is contained in:
Matei Adriel 2022-07-27 11:00:25 +03:00
commit cde6b1322a
21 changed files with 143 additions and 147 deletions
dotfiles/neovim/lua/my

View file

@ -37,7 +37,6 @@ function M.setup()
-- Import other options
require("my.options.folding").setup()
require("my.options.files").setup()
end
return M