Fix colorscheme for neovim v0.10+
This commit is contained in:
parent
c2d137749d
commit
e0176bec1e
@ -2,6 +2,12 @@ set runtimepath^=~/.vim runtimepath+=~/.vim/after
|
|||||||
let &packpath = &runtimepath
|
let &packpath = &runtimepath
|
||||||
source ~/.vimrc
|
source ~/.vimrc
|
||||||
|
|
||||||
|
" Revert color management to "Old style" vim methods until we can update
|
||||||
|
" colorschems Ref: https://neovim.io/doc/user/news-0.10.html
|
||||||
|
set notermguicolors
|
||||||
|
" This should probably be set up to be conditional
|
||||||
|
source $VIMRUNTIME/colors/vim.lua
|
||||||
|
|
||||||
lua <<EOF
|
lua <<EOF
|
||||||
vim.g.mapleader = ','
|
vim.g.mapleader = ','
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user