clean stuff
This commit is contained in:
parent
6f2b358d3a
commit
2952f4d5c7
12 changed files with 66 additions and 48 deletions
5
init.lua
5
init.lua
|
|
@ -1,8 +1,7 @@
|
|||
-- load all options
|
||||
require "options"
|
||||
|
||||
-- only try to load stuff if atleast base16 is initialized
|
||||
-- TODO: Find a better way to trigger PackerSync
|
||||
-- load stuff only if theme is initialized
|
||||
if require "theme" then
|
||||
local async
|
||||
async =
|
||||
|
|
@ -21,7 +20,7 @@ if require "theme" then
|
|||
)
|
||||
async:send()
|
||||
else
|
||||
-- otherwise run packer sync
|
||||
-- otherwise run PackerSync
|
||||
require "pluginList"
|
||||
print("Now PackerSync will be executed, after completion, restart neovim.\n")
|
||||
vim.cmd("PackerSync")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue