disable telescope treesitter

master
blob42 8 months ago
parent 2246117cc9
commit f66b8fcc81

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

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

Loading…
Cancel
Save