Compare commits

..

2 Commits

Author SHA1 Message Date
6c09b2c11b Merge branch 'master' of git.nixy.moe:nixy/dotfiles 2024-12-01 15:15:41 -05:00
8ff319f8de Fix colorscheme for neovim v0.10+ 2024-12-01 15:15:33 -05:00

View File

@@ -2,6 +2,12 @@ set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
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
vim.g.mapleader = ','