master #1

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

View File

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