-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: update packages and fix breaking changes from which-key v3
- Loading branch information
Showing
7 changed files
with
99 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,23 @@ | ||
-- Initializion of core configurations | ||
|
||
-- load mappings first | ||
require('core.mappings') | ||
|
||
-- lazy load plugins | ||
require('plugins') | ||
|
||
-- I originally had mappings loading first, for some reason. I think it was | ||
-- important, but I can't remember why, and it doesn't appear to be an issue | ||
-- now. If I run into issues then I'll move back. | ||
require('core.mappings') | ||
|
||
-- load configs dependent on plugins | ||
-- load terraform formatter which requires plugins to be installed (plenary.nvim) | ||
require('core.terra_fmt') | ||
--require('core.fugitive') | ||
require('core.settings') | ||
require('core.lsp') | ||
require('core.harpoon') | ||
require('core.treesitter') | ||
require('core.lualine') | ||
require('core.lazygit') | ||
|
||
-- No longer using fugitive, but I miss it. | ||
--require('core.fugitive') | ||
-- lazygit is currently empty of config | ||
-- require('core.lazygit') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters