3 Commits

Author SHA1 Message Date
cd52f62b81 remove copilot from master 2026-03-15 14:21:59 +05:30
b9556c9ffb ignore lazy lock 2026-03-15 14:21:59 +05:30
4b520d8ff3 Ignore fonts in mac stow 2026-03-15 14:21:43 +05:30
3 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,2 @@
*nvim/lazy-lock.json*
*nvim/.config/nvim/lazy-lock.json*
.DS_Store

1
fonts/.stow-local-ignore Normal file
View File

@@ -0,0 +1 @@
.*

View File

@@ -2,5 +2,4 @@ return {
"nvim-lua/plenary.nvim",
"tpope/vim-fugitive",
"nvim-tree/nvim-web-devicons",
"github/copilot.vim",
}