mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 09:41:10 +01:00
telescope hidden
This commit is contained in:
@@ -1,2 +1,13 @@
|
||||
require("telescope").setup {
|
||||
require('telescope').setup{
|
||||
defaults = {
|
||||
vimgrep_arguments = {
|
||||
'rg',
|
||||
'--color=never',
|
||||
'--no-heading',
|
||||
'--with-filename',
|
||||
'--line-number',
|
||||
'--column',
|
||||
'--smart-case',
|
||||
'--hidden',
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user