diff options
| author | Xiao Pan <xyz@flylightning.xyz> | 2026-04-13 06:20:04 +0800 |
|---|---|---|
| committer | Xiao Pan <xyz@flylightning.xyz> | 2026-05-03 01:50:31 +0800 |
| commit | a727e92cb63bc49322314d202198081f32149e89 (patch) | |
| tree | ec660deeb62c9c57a0adbe4783dda0f403a075aa /home | |
| parent | f9cf1bb45eb186b6262acc15375da3b7e938f6c7 (diff) | |
it was changed upstream
Diffstat (limited to 'home')
| -rw-r--r-- | home/xyz/.config/nvim/init.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/home/xyz/.config/nvim/init.vim b/home/xyz/.config/nvim/init.vim index 552783d6..8e46c012 100644 --- a/home/xyz/.config/nvim/init.vim +++ b/home/xyz/.config/nvim/init.vim @@ -11,7 +11,6 @@ call plug#begin() if has('nvim') && executable('firefox') && ( hostname() != 'xyzpp' ) Plug 'glacambre/firenvim', { 'do': { _ -> firenvim#install(0) } } endif -" tinted-theming/base16-vim has low contrast on fold title make it unreadable, but I customized it easily " chriskempson/base16-vim doesn't do bold/italic for markdown syntax, and not maintained " RRethy/base16-nvim does not highlight markdown codeblocks " tinted-theming/base16-vim and RRethy/base16-nvim seem both work, both support tree-sitter |
