config

OpenBSD system configuration
git clone git://jacobedwards.org/config
Log | Files | Refs | README

commit cf5d5483f6704a66e0f72b189e14169e83a712f1
parent dcfc975faaaf1a816407d6acc1dd02d7fc8b8f40
Author: jacob@nzxt <jacobouno@protonmail.com>
Date:   Mon,  9 Mar 2020 18:04:00 -0700

copied nvim config

Diffstat:
Mvim/.vimrc | 90++++---------------------------------------------------------------------------
1 file changed, 4 insertions(+), 86 deletions(-)

diff --git a/vim/.vimrc b/vim/.vimrc @@ -1,93 +1,11 @@ -set nocompatible -filetype off +colo peachpuff -"set rtp+=~/.vim/bundle/Vundle.vim -"call vundle#begin() -" let Vundle manage Vundle -"Plugin 'VundleVim/Vundle.vim' - -" Plugins -"Plugin 'sainnhe/edge' -"Plugin 'ap/vim-css-color' -"Plugin 'scrooloose/nerdcommenter' -"call vundle#end() " required -"filetype plugin indent on " required - -let g:guesslang_langs = [ 'en_US', 'es' ] - -unlet! skip_defaults_vim -source $VIMRUNTIME/defaults.vim - -" Files -set path+=** - -" Navigation +set nu set relativenumber -set number + set hlsearch set incsearch -set ignorecase -" System -set clipboard=unnamedplus -set mouse="" - -" Visual -"set colorcolumn=81 -set tabstop=4 +set tabstop=2 set shiftwidth=2 set nowrap - - -" Keybindings -":map <leader> -:map <f9> zm -:map <f10> zn -:map <f11> za - - -"autocmd VimEnter,BufNewFile,BufReadPost * silent! Limelight -" autocmd VimEnter,BufNewFile,BufReadPost * silent! call HardMode() -" i am weak - -noremap <Up> <nop> -noremap <Down> <nop> -noremap <Left> <nop> -noremap <Right> <nop> - -noremap <PageUp> <nop> -noremap <PageDown> <nop> -noremap <Home> <nop> -noremap <End> <nop> - -inoremap <Up> <nop> -inoremap <Down> <nop> -inoremap <Left> <nop> -inoremap <Right> <nop> - -let g:lexical#spelllang = ['en_us','en_ca',] - -augroup lexical - autocmd! - autocmd FileType markdown,mkd call lexical#init() - autocmd FileType md call lexical#init() - autocmd FileType textile call lexical#init() - autocmd FileType text call lexical#init({ 'spell': 0 }) -augroup END - - - -let g:previm_open_cmd = 'open -a qutebrowser' - - -"set cursorline - -"" Edge Config -" set termguicolors -set background=dark - -let g:edge_transparent_background = 0 -" let g:edge_style = 'neon' -" let g:edge_disable_italic_comment = 1 - -colorscheme myslate