mirror of
https://github.com/artizirk/dotfiles.git
synced 2026-04-19 20:54:41 +03:00
fix sway font and add nicer nvim cursorline
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
set scrolloff=3
|
||||
set ignorecase
|
||||
set cursorline
|
||||
hi cursorline cterm=none term=none
|
||||
autocmd WinEnter * setlocal cursorline
|
||||
autocmd WinLeave * setlocal nocursorline
|
||||
highlight CursorLine guibg=#303000 ctermbg=234
|
||||
|
||||
" configure reasonable swap file
|
||||
" https://begriffs.com/posts/2019-07-19-history-use-vim.html?hn=3#backups-and-undo
|
||||
|
||||
Reference in New Issue
Block a user