Remove unnecessary vimconfig lines
parent
f6e8446013
commit
fb2c81f350
3
home.nix
3
home.nix
|
@ -204,9 +204,6 @@ in {
|
||||||
lightline-vim
|
lightline-vim
|
||||||
];
|
];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
set shell=/bin/bash
|
|
||||||
set nocompatible
|
|
||||||
|
|
||||||
set cursorline "highlight current line
|
set cursorline "highlight current line
|
||||||
set showmatch "highlight matching [{()}]
|
set showmatch "highlight matching [{()}]
|
||||||
set tabstop=2 "number of visual spaces per TAB when reading
|
set tabstop=2 "number of visual spaces per TAB when reading
|
||||||
|
|
Loading…
Reference in New Issue