mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 17:57:34 +00:00
Rename non plugin config files
This commit is contained in:
parent
f6621cc031
commit
174c62704d
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user