mirror of
https://github.com/darwincereska/nvim-config.git
synced 2026-02-12 09:34:42 -05:00
feat(working): first working condition
This commit is contained in:
@@ -2,6 +2,10 @@ return {
|
||||
"nvim-telescope/telescope.nvim",
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
config = function()
|
||||
require("config.plugin.telescope")
|
||||
require("telescope").setup({
|
||||
defaults = {
|
||||
file_ignore_patterns = { "node_modules", ".git/" },
|
||||
},
|
||||
})
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user