mirror of
https://github.com/gryf/.vim.git
synced 2026-02-01 15:15:49 +01:00
Added markdown syntax hl, added some python/reST UltiSnips snippets
This commit is contained in:
@@ -42,4 +42,8 @@ window.wm_withdraw() # make window invisible. we only want message boxes
|
||||
ttk.Style().theme_use('clam')
|
||||
tkMessageBox.showinfo(title="${1:title}", message="${2:msg}", parent=window)
|
||||
endsnippet
|
||||
|
||||
snippet _ "Dunder completion"
|
||||
__${1:init}__$0
|
||||
endsnippet
|
||||
# vim:ft=snippets:
|
||||
|
||||
Reference in New Issue
Block a user