master #1

Open
oli wants to merge 912 commits from master into lua
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 29b32edada - Show all commits

View File

@@ -1,7 +1,7 @@
local utils = require('utils') local utils = require('utils')
vim.g.gruvbox_material_diagnostic_text_highlight=1 vim.g.gruvbox_material_diagnostic_text_highlight=1
vim.g.gruvbox_material_diagnostic_virtual_text='colored' vim.g.gruvbox_material_diagnostic_virtual_text='colored'
vim.cmd 'colorscheme gruvbox-material' -- Put your favorite colorscheme here vim.cmd 'colorscheme gruvbox' -- Put your favorite colorscheme here
vim.cmd 'syntax enable' vim.cmd 'syntax enable'
vim.cmd 'filetype plugin indent on' vim.cmd 'filetype plugin indent on'
vim.cmd 'language en_US.utf-8' vim.cmd 'language en_US.utf-8'

View File

@@ -12,6 +12,7 @@ return require('packer').startup(function()
requires = {{'nvim-lua/popup.nvim'}, {'nvim-lua/plenary.nvim'}, {'kyazdani42/nvim-web-devicons'}} requires = {{'nvim-lua/popup.nvim'}, {'nvim-lua/plenary.nvim'}, {'kyazdani42/nvim-web-devicons'}}
} }
use {'sainnhe/gruvbox-material'} use {'sainnhe/gruvbox-material'}
use {'ellisonleao/gruvbox.nvim'}
use {'lukas-reineke/indent-blankline.nvim'} use {'lukas-reineke/indent-blankline.nvim'}
use {'nvim-lua/plenary.nvim'} use {'nvim-lua/plenary.nvim'}
use {'lewis6991/gitsigns.nvim'} use {'lewis6991/gitsigns.nvim'}