rice

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b9ce8dcdc71b86eb8c2526948c522c2903c2b5a9
parent 1f346b61140ebc15b0af00d6a1514f43951c9c52
Author: Mark Feller <mark@getsunday.com>
Date:   Tue, 29 Sep 2020 18:05:41 -0600

remove unused nvim

Diffstat:
Ddots/.config/nvim/colors/gruvbox.vim | 44--------------------------------------------
Ddots/.config/nvim/init.vim | 13-------------
2 files changed, 0 insertions(+), 57 deletions(-)

diff --git a/dots/.config/nvim/colors/gruvbox.vim b/dots/.config/nvim/colors/gruvbox.vim @@ -1,44 +0,0 @@ -" Vim color file -" Maintainer: Bram Moolenaar <Bram@vim.org> -" Last Change: 2001 Jul 23 - -" This is the default color scheme. It doesn't define the Normal -" highlighting, it uses whatever the colors used to be. - -" Set 'background' back to the default. The value can't always be estimated -" and is then guessed. -hi clear Normal -set bg& - -" Remove all existing highlighting and set the defaults. -hi clear - -" Load the syntax highlighting defaults, if it's enabled. -if exists("syntax_on") - syntax reset -endif - -let colors_name = "gruvbox" - -hi Comment ctermfg=8 -hi Constant ctermfg=6 -hi String ctermfg=6 -hi Special ctermfg=none -hi Identifier ctermfg=none -hi Statement ctermfg=none cterm=bold -hi PreProc ctermfg=none -hi type ctermfg=none cterm=bold -hi Underlined ctermfg=none -hi Ignore ctermfg=none -hi Keyword ctermfg=none cterm=bold -hi Label ctermfg=none -hi Repeat ctermfg=none -hi Error ctermbg=1 - -" Golang -hi goDirective ctermfg=none cterm=bold -hi goDeclType ctermfg=none - -hi LineNR ctermfg=8 - -" vim: sw=2 diff --git a/dots/.config/nvim/init.vim b/dots/.config/nvim/init.vim @@ -1,13 +0,0 @@ -colorscheme gruvbox -set number -set relativenumber - -set viminfo=%,<800,'10,/50,:100,h,f0,n~/.cache/.viminfo -" | | | | | | | + viminfo file path -" | | | | | | + file marks 0-9,A-Z 0=NOT stored -" | | | | | + disable 'hlsearch' loading viminfo -" | | | | + command-line history saved -" | | | + search history saved -" | | + files marks saved -" | + lines saved each register (old name for <, vi6.2) -" + save/restore buffer list