Rename non plugin config files

This commit is contained in:
ViViDboarder 2024-09-19 11:07:44 -07:00
parent f6621cc031
commit 174c62704d
4 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@ if vim.fn.has("nvim-0.9.0") ~= 1 then
end end
-- Helpers -- Helpers
require("_settings") require("default_settings")
require("_bindings") require("default_bindings")
-- Use better grep programs -- Use better grep programs
if vim.fn.executable("rg") == 1 then if vim.fn.executable("rg") == 1 then
@ -24,4 +24,4 @@ vim.g.polyglot_disabled = { "go", "rust" }
require("lazy_init") require("lazy_init")
-- Load colors after plugins -- Load colors after plugins
require("_colors") require("colors")