Skip to content
Discussion options

You must be logged in to vote
        opts = {
		winopts = {
			hls = {
				normal = "Normal",
				border = "Normal",
				cursor = "Cursor",
				search = "IncSearch",
			},
		},
		files = {
			prompt = "Files❯ ",
			git_icons = false,
			file_icons = true,
			color_icons = true,
           
            cmd= [[fd --color=never --type f --type l --exclude .git --exclude node_modules]],
            -- if using rg (no fd installed)
            --cmd = [[rg --color=never --files -g "!.git" - g "node_modules" <other folders>]],
            -- this is also possible but slower (any lua pattern / magic char works)
            -- file_ignore_patterns = { "node_modules" }
		},
        grep = {
           -- add similar glob excl…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@icoderarely
Comment options

Answer selected by icoderarely
Comment options

You must be logged in to vote
1 reply
@ibhagwan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants