diff options
author | Joe <rrbo@proton.me> | 2023-09-01 17:31:44 +0200 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-09-01 17:31:44 +0200 |
commit | 63ca92710192a9716df5578bc5316e8f73a12439 (patch) | |
tree | 4449236e4e52869f635498cc50ac433492314023 /.config/nvim/settings.vim | |
parent | hey (diff) | |
download | dotfiles-bsd-63ca92710192a9716df5578bc5316e8f73a12439.tar.gz dotfiles-bsd-63ca92710192a9716df5578bc5316e8f73a12439.tar.bz2 dotfiles-bsd-63ca92710192a9716df5578bc5316e8f73a12439.tar.xz dotfiles-bsd-63ca92710192a9716df5578bc5316e8f73a12439.tar.zst dotfiles-bsd-63ca92710192a9716df5578bc5316e8f73a12439.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/nvim/settings.vim | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/.config/nvim/settings.vim b/.config/nvim/settings.vim deleted file mode 100644 index fcfb55f..0000000 --- a/.config/nvim/settings.vim +++ /dev/null @@ -1,44 +0,0 @@ -set noautochdir -set bg=dark -set cindent -set cinoptions=>s,e0,n0,f0,{0,}0,^0,L-1,:s,=s,l1,b0,gs,h0,N0,E0,p0,t0,i0,+s -set cinoptions+=c1,C0,/0,(s,us,U0,w1,Ws,k0,m0,M1,)20,*70,#0 -set clipboard^=unnamedplus -set completeopt=menuone,noinsert,noselect,preview -set cursorline -set encoding=utf-8 -set go=a -set hidden -set makeprg=gmake -set mouse=a -set nocompatible -set noexpandtab -set nohlsearch -set number -set path+=** -set shiftwidth=4 -set shortmess+=c -set softtabstop=4 -set ruler -set tabstop=4 -set textwidth=80 -set timeoutlen=500 -set undodir=/tmp/nvim_undo -set undofile -set wildmode=longest,list,full -set directory=/tmp/nvim_swap -set wrap -set textwidth=0 -syntax on -filetype plugin indent on -" autocmd ColorScheme * highlight Normal ctermbg=NONE guibg=NONE -colorscheme gruvbox-material -highlight Normal ctermbg=none guibg=none -highlight NonText ctermbg=none guibg=none -highlight LineNr ctermbg=none guibg=none -highlight EndOfBuffer ctermbg=none guibg=none -let mapleader="\\" -let maplocalleader="\\" -" Disables automatic commenting on newline: -autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o -let g:battery#update_statusline = 1 " For statusline. |