mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
moar nvim: snippets and other things
This commit is contained in:
parent
bcb84e54eb
commit
0fb3cfeef9
14 changed files with 426 additions and 138 deletions
|
|
@ -51,6 +51,14 @@ return {
|
|||
staged = "✓",
|
||||
conflict = "",
|
||||
},
|
||||
todo = {
|
||||
default = '',
|
||||
warn = '',
|
||||
perf = '',
|
||||
bug = '',
|
||||
hack = '',
|
||||
test = '',
|
||||
},
|
||||
diagnostics = {
|
||||
error = '',
|
||||
warn = '',
|
||||
|
|
@ -66,7 +74,7 @@ return {
|
|||
unknown = '',
|
||||
},
|
||||
symbols = {
|
||||
Text = "",
|
||||
Text = "TXT",
|
||||
Method = "",
|
||||
Function = "",
|
||||
Constructor = "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue