dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 4ef8e89b9fe07c6b32e56c82eb517fe4f6cb9194 (tree)
parent 6b018ca756e41b4e8d1d230d14ce433e6eaee41c
Author: Motiejus Jakštys <motiejus@uber.com>
Date:   Wed, 19 Jun 2019 10:20:32 +0300

nomodeline

Diffstat:
Mvim/.vim/vimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc @@ -1,6 +1,6 @@ syntax on filetype plugin indent on -set et ts=4 sw=4 nu hlsearch ruler ignorecase smartcase modeline bg=dark incsearch +set et ts=4 sw=4 nu hlsearch ruler ignorecase smartcase nomodeline bg=dark incsearch set path=**/* grepprg=rg\ --vimgrep grepformat^=%f:%l:%c:%m if has("patch-8.1-0360")