Skip to content

Commit

Permalink
🔧 Ignore snippets for gitcommit and markdown
Browse files Browse the repository at this point in the history
Low value and leads to window text shuffle as you type
  • Loading branch information
ianhomer committed Oct 17, 2024
1 parent 695f826 commit 45f676a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dotfiles/nvim/.config/nvim/lua/plugins/coding.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
return {
"garymjr/nvim-snippets",
opts = {
ignored_filetypes = { "markdown", "gitcommit" },
}
}

0 comments on commit 45f676a

Please sign in to comment.