fix: Changing nvim git shortcuts and general cleanup

This commit is contained in:
2025-04-21 06:12:19 -05:00
parent e72b5fff60
commit 34de0cfe23
8 changed files with 29 additions and 41 deletions

View File

@@ -11,6 +11,7 @@ return {
'c_sharp',
'comment',
'css',
'gdscript',
'gitignore',
'html',
'java',
@@ -43,5 +44,5 @@ return {
-- require('nvim-treesitter.install').prefer_git = true
-- TSUpdate
end,
lazy = false,
-- lazy = false,
}