1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

vim: dont set title

This commit is contained in:
Kierán Meinhardt
2019-05-13 07:22:58 +02:00
parent 64c3cb0b18
commit d0e2217c4e

View File

@@ -30,7 +30,7 @@ nnoremap <Leader>d <Plug>(ale_go_to_definition_in_tab)
nnoremap <Leader>rf <Plug>(ale_find_references)
filetype plugin indent on
set title
set notitle
set nocompatible
set smartcase
set shiftwidth=2 tabstop=2 expandtab