Explorar o código

remove cursorline from dashboard

Chris %!s(int64=4) %!d(string=hai) anos
pai
achega
6d57756884
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lua/nv-utils/init.lua

+ 1 - 0
lua/nv-utils/init.lua

@@ -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'}