Skip to content

Commit

Permalink
Neovim: Fix name colission
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexvZyl committed Jul 13, 2023
1 parent 88a5287 commit 3754975
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .config/nvim/lua/alex/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ local env_file = os.getenv 'HOME' .. '/.private/nvim_env.lua'
if U.file_exists(env_file) then vim.cmd('luafile ' .. env_file) end

-- Order is important
require 'alex.lazy'
require 'alex.lazyload'
require 'alex.options'
require 'alex.theme'
require 'alex.ui'
Expand Down
2 changes: 0 additions & 2 deletions .config/nvim/lua/alex/lazy/init.lua

This file was deleted.

File renamed without changes.
2 changes: 2 additions & 0 deletions .config/nvim/lua/alex/lazyload/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
require 'alex.lazyload.bootstrap'
require 'alex.lazyload.plugins'
File renamed without changes.

0 comments on commit 3754975

Please sign in to comment.