summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-11-23 00:31:48 -0500
committerJune McEnroe <june@causal.agency>2018-11-23 00:31:48 -0500
commit9cd85bb9587f9f421955adced6a2f00c4123f043 (patch)
treee7da37484a22b947dedd3abe15a7660092476a54 /home
parentAdd Julia Holter — I Shall Love 2 (diff)
downloadsrc-9cd85bb9587f9f421955adced6a2f00c4123f043.tar.gz
src-9cd85bb9587f9f421955adced6a2f00c4123f043.zip
Disable number, laststatus, ruler in vim
Diffstat (limited to 'home')
-rw-r--r--home/.config/nvim/init.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/.config/nvim/init.vim b/home/.config/nvim/init.vim
index 8dee0fb3..4fa55841 100644
--- a/home/.config/nvim/init.vim
+++ b/home/.config/nvim/init.vim
@@ -13,13 +13,13 @@ set ignorecase smartcase inccommand=nosplit
 nmap <leader><leader> :nohlsearch<CR>
 set foldmethod=syntax foldlevel=99
 
-set title
+set title laststatus=1
 set scrolloff=1
-set number colorcolumn=80
+set noruler colorcolumn=80
 set list listchars=tab:\ \ ,trail:·
 colorscheme trivial
 
-autocmd TermOpen * setlocal nonumber statusline=%{b:term_title}
+autocmd TermOpen * setlocal statusline=%{b:term_title}
 autocmd BufEnter term://* startinsert
 tmap <C-w> <C-\><C-n><C-w>
 
'>Clean up merge toolJune McEnroe Choose the version with the most recent access if the modify times are the same. 2017-08-31Choose B for tiles with equal modify timesJune McEnroe This way newer access counts and times will be preserved. 2017-08-31Add quick data file merge toolJune McEnroe Hopefully I won't have to use it ever again. 2017-08-30Use only foreground color for selecting spawnJune McEnroe 2017-08-29Add four additional spawnsJune McEnroe 2017-08-28Add respawningJune McEnroe 2017-08-26Move license above includesJune McEnroe Why was it down there? 2017-08-26Snapshot metadataJune McEnroe 2017-08-26Add meta.c to READMEJune McEnroe 2017-08-26Use MakefileJune McEnroe