mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 15:19:26 +02:00
added far find and replace
This commit is contained in:
parent
c283a7cb68
commit
0a8ad44a19
5 changed files with 64 additions and 3 deletions
|
@ -32,7 +32,6 @@ let cyan = "#56B6C2"
|
|||
let white = "#ABB2BF"
|
||||
|
||||
|
||||
|
||||
" you may chage the color according to your will :)
|
||||
|
||||
|
||||
|
@ -52,7 +51,6 @@ execute "highlight class ctermfg=4 guifg=".blue
|
|||
syn match main "\v(\a)\w*\d"
|
||||
execute "highlight main ctermfg=4 guifg=".red
|
||||
|
||||
|
||||
"all regrex works
|
||||
" /^import (+);$/mg
|
||||
" import \zs.*\ze
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue