Skip to content
Snippets Groups Projects
Commit 316e3154 authored by Jens Nolte's avatar Jens Nolte
Browse files

neovim: Highlight cursor line

parent fad23f4d
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,9 @@ pkgs.neovim.override {
" Enable line numbers
set number
" Highlight active line (this works well with gruvbox)
set cursorline
" Use 2 spaces for indentation
set shiftwidth=2
set expandtab
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment