nvim: (init) swap order of ops to ensure my settings take precedence

I would have done this before, but then the fallback colorscheme I set
in the settings file would have overridden the colorscheme I set in my
plugins. I solved this by removing the fallback colorscheme setting from
the settings file.
This commit is contained in:
PowerUser64 2021-11-22 01:08:44 -08:00
parent bd2e6c2e40
commit fda67bc61f

View file

@ -1,9 +1,9 @@
-- Blake's neovim rc file
-- basic settings: ~/.config/nvim/lua/blake/settings.lua
require('blake.settings')
-- plugins and plugin settings: ~/.config/nvim/lua/blake/plugins.lua
require('blake.plugins')
-- basic settings: ~/.config/nvim/lua/blake/settings.lua
require('blake.settings')
-- TODO:
-- Plugins to install: