From c9364446ead8e98fc354b90707d25ad8428206ae Mon Sep 17 00:00:00 2001 From: Rikuoh Date: Fri, 4 Oct 2024 23:13:22 +0900 Subject: [PATCH] =?UTF-8?q?Telescope=E3=81=A7Treesitter=E3=82=92=E7=84=A1?= =?UTF-8?q?=E5=8A=B9=E5=8C=96&&Copilot=E3=82=92md=E3=81=A8txt=E3=81=A7?= =?UTF-8?q?=E7=84=A1=E5=8A=B9=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/init.lua b/init.lua index a549b9d..5384349 100644 --- a/init.lua +++ b/init.lua @@ -317,6 +317,9 @@ require("lualine").setup({ --telescope require("telescope").setup({ defaults = { + preview = { + treesitter = false, + }, borderchars = { "─", "│", "─", "│", "┌", "┐", "┘", "└" }, color_devicons = true, file_ignore_patterns = { "node_modules", ".git", ".cache", ".svg", ".npm", "go" }, @@ -947,6 +950,10 @@ local select = require("CopilotChat.select") require("copilot").setup({ suggestion = { enabled = false }, panel = { enabled = false }, + filetypes = { + markdown = false, + text = false, + }, }) require("CopilotChat").setup({