1
0
Fork 0
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:
Henrik Hautakoski 2024-05-18 14:56:00 +02:00
parent bcb84e54eb
commit 0fb3cfeef9
14 changed files with 426 additions and 138 deletions

View file

@ -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 = "",