Relative Content

Tag Archive for vimneovim

Highliting the cursor line in vim

I would like to have the line with the cursor in it, known as cursorline to be highlighted as heavily as possible. The 15-years-old topic was informative for me: How to correctly highlight cursor line in VIM? as :set cursorline works for me mostly, but I was unable to get any visible result from :hi cursorline and :hi specialkey using Vim 9.0 on Linux laptop. The most desirable highlighting for me is changing the font size, but changing any font characteristics or line margins is interesting for me. Where can I read the list of possible styles for the cursor line?

How to :set keymap=language in init.lua?

I’m new to NeoVim and vim in general, and I’m trying to set it up. I’m going to use it to write text in my native language and in order to execute vim commands I constantly have to switch the language. I want to avoid this by leaving my native language for the insert mod, and executing commands in English.