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:
parent
bd2e6c2e40
commit
fda67bc61f
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue