disable telescope treesitter

master
blob42 8 months ago
parent 2246117cc9
commit f66b8fcc81

@ -21,6 +21,7 @@ function M.setup()
end end
-- my custom on_attach to inject in other lsp clients -- my custom on_attach to inject in other lsp clients
-- called from navigator config
M.on_attach = function(client, bufnr) M.on_attach = function(client, bufnr)
require('core.utils').load_mappings 'lspconfig' require('core.utils').load_mappings 'lspconfig'
end end

@ -11,6 +11,9 @@ require("base46").load_highlight "telescope"
local options = { local options = {
defaults = { defaults = {
preview = {
treesitter = false
},
vimgrep_arguments = { vimgrep_arguments = {
"rg", "rg",
"--color=never", "--color=never",

Loading…
Cancel
Save