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 '')
-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>
 
2d8806a3c87fd438cdaff25&follow=1'>Separate LINKS from BINS for html to workJune McEnroe 2020-02-11Add margin to Bl-bullet itemsJune McEnroe 2020-02-10Match URLs inside parens or with paired parens insideJune McEnroe 2020-02-10Duplicate effective URL before passing it back to curlJune McEnroe Apparently sometimes it didn't like receiving its own internal storage to parse again. Understandable. 2020-02-09Add To Be Taught, If FortunateJune McEnroe 2020-02-04Add The Future of Another TimelineJune McEnroe Wow. One of the best I've read. 2020-01-31Reorganize the Makefile for the umpteenth timeJune McEnroe Broke out LDLIBS for each bin, and made everything more uniform. 2020-01-28Change scout sensitivity to 1.4June McEnroe idk it seems to work. 2020-01-28Import shows.txtJune McEnroe