From 9a176ec94190284e07e303c40d2908bfcff7bf0c Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Mon, 10 Jun 2024 20:27:41 +0800 Subject: Update --- vim/lazy/plugin/treesitter.lua | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'vim/lazy/plugin/treesitter.lua') diff --git a/vim/lazy/plugin/treesitter.lua b/vim/lazy/plugin/treesitter.lua index 245ecb4..1ac6cd3 100644 --- a/vim/lazy/plugin/treesitter.lua +++ b/vim/lazy/plugin/treesitter.lua @@ -69,17 +69,6 @@ vim.keymap.set('n', 'E', vim.diagnostic.open_float, { desc = 'Open float vim.keymap.set('n', 'Q', vim.diagnostic.setloclist, { desc = 'Open diagnostics list' }) --- [[ Configure Aerial ]] -require("aerial").setup({ - -- optionally use on_attach to set keymaps when aerial has attached to a buffer - on_attach = function(bufnr) - -- Jump forwards/backwards with '{' and '}' - vim.keymap.set("n", "{", "AerialPrev", { buffer = bufnr }) - vim.keymap.set("n", "}", "AerialNext", { buffer = bufnr }) - end, -}) -vim.keymap.set("n", "a", "Telescope aerial") -vim.keymap.set("n", "A", "AerialToggle!left") -- [[ Configure Aerial ]] require("aerial").setup({ -- optionally use on_attach to set keymaps when aerial has attached to a buffer -- cgit v1.2.3-70-g09d2