Changed default themes
This commit is contained in:
parent
6d4cbbf1cc
commit
34ccdabaeb
|
@ -0,0 +1,16 @@
|
|||
global !p
|
||||
def complete(t, opts):
|
||||
if t:
|
||||
opts = [m[len(t):] for m in opts if m.startswith(t)]
|
||||
if len(opts) == 1:
|
||||
return opts[0]
|
||||
return '(' + '|'.join(opts) + ')'
|
||||
endglobal
|
||||
|
||||
snippet !! "Standard message" bA
|
||||
$1`!p snip.rv=complete(t[1], ["BUG", "INFO", "UPDATE", "FEATURE", "ADD"])`: $2`!p snip.rv=complete(t[2], ["OPEN", "CLOSE", "FIX", "WARNING", "ERROR", "ADD", "REMOVED", "TODO"])` `!p
|
||||
if t[3] == "":
|
||||
snip.rv = ""
|
||||
else:
|
||||
snip.rv = "=>"` $3
|
||||
endsnippet
|
|
@ -140,3 +140,38 @@ Signifikanzlevel
|
|||
domänenabhängig
|
||||
kongeriert
|
||||
white
|
||||
HEP
|
||||
IHP
|
||||
of
|
||||
Chain
|
||||
Security
|
||||
by
|
||||
Obscurity
|
||||
Werkzeuge
|
||||
ASICs
|
||||
Skywater
|
||||
RISC
|
||||
Open
|
||||
PDK
|
||||
Source
|
||||
closed
|
||||
open
|
||||
Exfiltration
|
||||
access
|
||||
remote
|
||||
code
|
||||
execution
|
||||
source
|
||||
Backdoor
|
||||
no
|
||||
Wavetable
|
||||
Ausschwingteil
|
||||
FPGA
|
||||
Hüllkurvengenerator
|
||||
Physical
|
||||
Modelling
|
||||
FM
|
||||
Granularsynthese
|
||||
HCM
|
||||
übermischt
|
||||
PWM
|
||||
|
|
Binary file not shown.
|
@ -38,7 +38,7 @@ nnoremap <M-g> :call Litde()<CR>
|
|||
|
||||
" Theme
|
||||
nnoremap <M-+> :colo github_light_high_contrast<CR>
|
||||
nnoremap <M--> :colo spacecamp_lite<CR>
|
||||
nnoremap <M--> :colo vim-monokai-tasty<CR>
|
||||
|
||||
" Fuzzy finder
|
||||
nnoremap <C-f> :Lines<CR>
|
||||
|
|
Loading…
Reference in New Issue