Add color plugins
This commit is contained in:
parent
957a446a0d
commit
1e0efaa069
2 changed files with 14 additions and 10 deletions
|
@ -3,7 +3,7 @@ require('encoding')
|
|||
require('remaps')
|
||||
require('options')
|
||||
require('plugins')
|
||||
-- require('colors')
|
||||
require('colors')
|
||||
require('autocommands')
|
||||
|
||||
-- vim.cmd([[
|
||||
|
|
|
@ -9,6 +9,10 @@ return require('packer').startup(function(use)
|
|||
-- Packer can manage itself
|
||||
use 'wbthomason/packer.nvim'
|
||||
|
||||
-- COLOR SCHEMES
|
||||
use 'morhetz/gruvbox'
|
||||
use 'sjl/badwolf'
|
||||
|
||||
-- Automatically set up your configuration after cloning packer.nvim
|
||||
-- Put this at the end after all plugins
|
||||
if packer_bootstrap then
|
||||
|
|
Loading…
Add table
Reference in a new issue