feat: add lazygit config, prettier

This commit is contained in:
2024-03-22 19:52:47 +02:00
parent 1c22a6dc02
commit 89a9730e2a
4 changed files with 3 additions and 1 deletions

View File

@@ -33,7 +33,6 @@
fd
git
curl # needed to fetch titles from urls
lazygit
wget
cargo
python311

1
lazygit/config.yml Normal file
View File

@@ -0,0 +1 @@

1
lazygit/state.yml Symbolic link
View File

@@ -0,0 +1 @@
/tmp/state.yml

View File

@@ -13,6 +13,7 @@ require("lazy").setup({
{ "LazyVim/LazyVim", import = "lazyvim.plugins" },
{ import = "lazyvim.plugins.extras.coding.codeium" },
{ import = "lazyvim.plugins.extras.editor.harpoon2" },
{ import = "lazyvim.plugins.extras.formatting.prettier" },
{ import = "lazyvim.plugins.extras.lang.ansible" },
{ import = "lazyvim.plugins.extras.lang.docker" },
{ import = "lazyvim.plugins.extras.lang.go" },