ignore min.js

This commit is contained in:
Ralph Azucena 2024-04-11 21:26:39 -07:00
parent b6f9df5061
commit 9421345376
3 changed files with 8 additions and 20 deletions

View file

@ -3,6 +3,5 @@ return {
{ {
"numToStr/Comment.nvim", "numToStr/Comment.nvim",
event = "VeryLazy", event = "VeryLazy",
opts = {},
}, },
} }

View file

@ -16,5 +16,13 @@ return {
opts = { opts = {
current_line_blame = true, current_line_blame = true,
}, },
},
{
"nvim-telescope/telescope.nvim",
opts = {
defaults = {
file_ignore_patterns = { "%.min%.js" }
}
},
} }
} }

View file

@ -1,19 +0,0 @@
return {
{
"epwalsh/obsidian.nvim",
version = "*",
event = "VeryLazy",
ft = "markdown",
dependencies = {
"nvim-lua/plenary.nvim",
},
opts = {
workspaces = {
{
name = "personal",
path = "~/obsidian",
},
},
},
},
}