diff options
author | June McEnroe <june@causal.agency> | 2017-05-02 11:41:17 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2017-05-02 11:41:17 -0400 |
commit | df67623035393981e3cd7c41fa81b45fa26fd844 (patch) | |
tree | eb77b877bcfefac960ab554c07207b22b79590ef | |
parent | Reorder lines in psqlrc (diff) | |
download | src-df67623035393981e3cd7c41fa81b45fa26fd844.tar.gz src-df67623035393981e3cd7c41fa81b45fa26fd844.zip |
Remove option unnecessary in nvim 0.2
Diffstat (limited to '')
-rw-r--r-- | .config/nvim/init.vim | 3 |
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:· |