feat: Personnal configuration

This commit is contained in:
Xavier Logerais
2025-04-01 16:04:41 +00:00
parent 870c63b394
commit 99209b6963
6 changed files with 152 additions and 17 deletions

6
lua/plugins/tpope.lua Normal file
View File

@ -0,0 +1,6 @@
return {
{ "tpope/vim-surround", event = "User AstroFile" },
{ "tpope/vim-speeddating", event = "User AstroFile" },
{ "tpope/vim-repeat", event = "User AstroFile" },
-- { "tpope/vim-fugitive", event = "User AstroFile" },
}