diff options
author | listout <listout@protonmail.com> | 2021-07-26 14:44:34 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-07-26 14:44:34 +0530 |
commit | d5a0fd79b30bcabb30cf47d029392a1ee068bdb0 (patch) | |
tree | 8a1ea6de43d9ff13e4be4ab14a504adab5f073b7 /configs | |
parent | 597d9b51d8c441f16c2c62617b14d6d456cecb82 (diff) |
testing cursorline in workflow, may remove later
Diffstat (limited to 'configs')
-rw-r--r-- | configs/appearance.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/appearance.vim b/configs/appearance.vim index a74c79d..28e7140 100644 --- a/configs/appearance.vim +++ b/configs/appearance.vim @@ -14,6 +14,9 @@ highlight Function cterm=italic gui=italic highlight Indentifier cterm=italic gui=italic highlight Comment cterm=italic gui=italic +" Cursor line +set cursorline + " Number of screenlines for command-line set cmdheight=2 |