master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit b8bca37446 - Show all commits

View File

@@ -2,6 +2,8 @@ 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.g.gruvbox_bold=0 vim.g.gruvbox_bold=0
vim.g.gruvbox_italicize_comments=0
vim.g.gruvbox_italicize_strings=0
vim.cmd 'colorscheme gruvbox' -- 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'