mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-05 02:24:58 +02:00
remove cursorline from dashboard
This commit is contained in:
parent
72b61da0ec
commit
6d57756884
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ nv_utils.define_augroups({
|
|||
|
||||
{ 'FileType', 'dashboard', 'set showtabline=0 | autocmd WinLeave <buffer> set showtabline=2'},
|
||||
{ 'FileType', 'dashboard', 'setlocal nonumber'},
|
||||
{ 'FileType', 'dashboard', 'setlocal nocursorline'},
|
||||
-- { 'FileType', 'dashboard', 'set nonumber | autocmd WinLeave <buffer> set number'},
|
||||
{'BufRead', '*.sol', 'setlocal filetype=solidity'},
|
||||
{'BufNewFile', '*.sol', 'setlocal filetype=solidity'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue