neovim - ensure solarized8 on clean install

This commit is contained in:
2023-06-29 15:28:21 -05:00
parent 1200d06efc
commit cf9ef0b5e0

View File

@@ -16,6 +16,7 @@ end
-- Bootstrap essential plugins required for installing and loading the rest. -- Bootstrap essential plugins required for installing and loading the rest.
ensure("wbthomason", "packer.nvim") ensure("wbthomason", "packer.nvim")
ensure("Olical", "aniseed") ensure("Olical", "aniseed")
ensure("lifepillar", "vim-solarized8")
-- Enable Aniseed's automatic compilation and loading of Fennel source code. -- Enable Aniseed's automatic compilation and loading of Fennel source code.
vim.g["aniseed#env"] = { vim.g["aniseed#env"] = {