# HG changeset patch # User zegervdv # Date 1617811975 -7200 # Node ID c141a5571a07196a3cf5758cceafeef75c5fc5a5 # Parent 0cd97c736cc154f822c3bef9d3592ef634afdbd3 Clean up init.vim diff -r 0cd97c736cc1 -r c141a5571a07 dot_config/nvim/init.vim --- a/dot_config/nvim/init.vim Wed Apr 07 18:06:23 2021 +0200 +++ b/dot_config/nvim/init.vim Wed Apr 07 18:12:55 2021 +0200 @@ -4,7 +4,6 @@ let s:windows = has('win32') luafile ~/.config/nvim/config.lua -command! PackerLoad lua packer_enable() " Activate built in plugins {{{ if !has('nvim') @@ -58,9 +57,6 @@ set termguicolors -let g:one_allow_italics=1 -let g:nvcode_termcolors=256 -colorscheme one set background=dark if s:windows