diff options
author | listout <listout@protonmail.com> | 2021-08-16 15:22:35 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-08-16 15:22:35 +0530 |
commit | eafee764b4ef0d0c773ee8f877183062ac5926a2 (patch) | |
tree | bed9a3642b1897bec8728d74e651eff661607fb7 /configs | |
parent | 081fe444c7f575ee4a1241679496c39a7cf2566e (diff) |
removed cursor line
Diffstat (limited to 'configs')
-rw-r--r-- | configs/appearance.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/appearance.vim b/configs/appearance.vim index 28e7140..fb7f900 100644 --- a/configs/appearance.vim +++ b/configs/appearance.vim @@ -15,7 +15,7 @@ highlight Indentifier cterm=italic gui=italic highlight Comment cterm=italic gui=italic " Cursor line -set cursorline +" set cursorline " Number of screenlines for command-line set cmdheight=2 |