added more dotfiles

This commit is contained in:
2024-04-03 21:10:11 -04:00
parent a11c0ecab4
commit a9ee267075
7 changed files with 91 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"Alt-/": "lua:comment.comment",
"Alt-d": "command:definition",
"Alt-f": "command:format",
"Alt-k": "command:hover",
"Alt-r": "command:references",
"CtrlSpace": "command:lspcompletion",
"CtrlUnderscore": "lua:comment.comment"
}
+5
View File
@@ -0,0 +1,5 @@
{
"colorscheme": "catppuccin-frappe",
"softwrap": true,
"tabsize": 2
}