fix setting path

This commit is contained in:
Nick Burt 2024-01-08 22:18:01 -06:00
parent 684fcff874
commit 3493e38f5e
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ end
vim.opt.rtp:prepend(lazypath)
require('lazy').setup('plugins');
require('lua/settings');
require('settings');
-- vim: ts=2 sts=2 sw=2 et