Skip to content

Commit

Permalink
Rename non plugin config files
Browse files Browse the repository at this point in the history
  • Loading branch information
ViViDboarder committed Sep 19, 2024
1 parent f6621cc commit 174c627
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions neovim/lua/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ if vim.fn.has("nvim-0.9.0") ~= 1 then
end

-- Helpers
require("_settings")
require("_bindings")
require("default_settings")
require("default_bindings")

-- Use better grep programs
if vim.fn.executable("rg") == 1 then
Expand All @@ -24,4 +24,4 @@ vim.g.polyglot_disabled = { "go", "rust" }
require("lazy_init")

-- Load colors after plugins
require("_colors")
require("colors")

0 comments on commit 174c627

Please sign in to comment.