diff options
| -rwxr-xr-x | .config/nvim/init.vim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 60f443a..40824b0 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim | |||
| @@ -529,3 +529,9 @@ let g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols = {} " needed | |||
| 529 | let g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols['wiki'] = '📔' | 529 | let g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols['wiki'] = '📔' |
| 530 | " }}} devicons " | 530 | " }}} devicons " |
| 531 | 531 | ||
| 532 | " beacon {{{ " | ||
| 533 | let g:beacon_size = 100 | ||
| 534 | let g:beacon_shrink = 0 | ||
| 535 | highlight Beacon guibg=red ctermbg=15 | ||
| 536 | " }}} beacon " | ||
| 537 | |||
