mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nvim: run stylua
This commit is contained in:
parent
3f5e236fe5
commit
e91471432f
7 changed files with 28 additions and 11 deletions
|
|
@ -9,7 +9,7 @@ local state = require("telescope.state")
|
|||
local vimgrep_arguments = { unpack(config.values.vimgrep_arguments) }
|
||||
|
||||
table.insert(vimgrep_arguments, "--hidden") -- search hidden
|
||||
table.insert(vimgrep_arguments, "--glob") -- ignore git
|
||||
table.insert(vimgrep_arguments, "--glob") -- ignore git
|
||||
table.insert(vimgrep_arguments, "!**/.git/*")
|
||||
|
||||
telescope.setup {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue