You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
543 B
10 lines
543 B
set guifont=MesloLGL\ Nerd\ Font\ Mono,all-the-icons,file-icons:h11:#e-subpixelantialias:#h-full
|
|
set conceallevel=0
|
|
let g:neovide_scroll_animation_length = 0
|
|
let g:neovide_cursor_animation_length = 0
|
|
let g:neovide_cursor_trail_size = 0
|
|
let g:neovide_remember_window_size = v:false
|
|
|
|
# vscode-neovim workaround: https://github.com/vscode-neovim/vscode-neovim/wiki/Plugins
|
|
highlight QuickScopePrimary guifg='#afff5f' gui=underline ctermfg=155 cterm=underline
|
|
highlight QuickScopeSecondary guifg='#5fffff' gui=underline ctermfg=81 cterm=underline
|
|
|