summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-05-02 11:41:17 -0400
committerJune McEnroe <programble@gmail.com>2017-05-02 11:41:17 -0400
commit6292e416d213091241c606aca2f25aa422889368 (patch)
tree5522c9f29c952d040ebdf2edafbe27024923ab52
parentReorder lines in psqlrc (diff)
downloadsrc-6292e416d213091241c606aca2f25aa422889368.tar.gz
src-6292e416d213091241c606aca2f25aa422889368.zip
Remove option unnecessary in nvim 0.2
-rw-r--r--.config/nvim/init.vim3
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim
index 6fa96483..aa43338a 100644
--- a/.config/nvim/init.vim
+++ b/.config/nvim/init.vim
@@ -1,5 +1,5 @@
 set hidden
-set shortmess=atI visualbell
+set shortmess=atI
 set wildmode=list:longest
 set splitbelow splitright
 
@@ -8,7 +8,6 @@ set tabstop=4 expandtab shiftwidth=4 shiftround smartindent
 set undofile
 
 set title
-set ruler showcmd
 set scrolloff=1
 set number colorcolumn=80,100
 set list listchars=tab:»·,trail:·
f='/src/commit/bin/order.y?id=ea2093e968f3fade087d6fe996da62726d560f4f&follow=1'>Add compound assignment operators to orderJune McEnroe 2019-05-15Support simple assignment in orderJune McEnroe 2019-05-15Implement sizeof in orderJune McEnroe 2019-05-15Add orderJune McEnroe 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe 2019-05-10Use val instead of suboptargJune McEnroe 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe