diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-05-29 18:16:31 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-05-29 18:16:31 +0200 |
| commit | 1a8f403ca4a9f73fb4023c197c6c36c38d804d53 (patch) | |
| tree | 2426f7bd4ee070cf205ca62466dc94d9908bc1c7 /lua/pml68 | |
| parent | feat: remove nvim-web-devicons (diff) | |
| download | nvim-1a8f403ca4a9f73fb4023c197c6c36c38d804d53.tar.gz | |
feat: disable cursorline
Diffstat (limited to 'lua/pml68')
| -rw-r--r-- | lua/pml68/settings.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/pml68/settings.lua b/lua/pml68/settings.lua index f244a8f..d6ead6c 100644 --- a/lua/pml68/settings.lua +++ b/lua/pml68/settings.lua @@ -13,6 +13,7 @@ vim.o.smartindent = true vim.o.swapfile = false vim.o.scrolloff = 10 +vim.o.cursorline = false vim.o.hlsearch = true vim.o.incsearch = true |
