From 3b2b6761f0f619ea320911032f087ed98d2092c3 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 21 Mar 2023 12:40:53 +0100 Subject: vim: drop hare, format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .vim/lua/plugins.lua | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to '.vim/lua') diff --git a/.vim/lua/plugins.lua b/.vim/lua/plugins.lua index af68b0f..2910399 100644 --- a/.vim/lua/plugins.lua +++ b/.vim/lua/plugins.lua @@ -138,7 +138,12 @@ local pluginspec = { end, }, - { 'windwp/nvim-autopairs', priority = 40, event = 'InsertEnter', config = true }, + { + 'windwp/nvim-autopairs', + priority = 40, + event = 'InsertEnter', + config = true, + }, { 'elihunter173/dirbuf.nvim', @@ -167,12 +172,6 @@ local pluginspec = { build = ':TSUpdate', config = function(_, opts) local tsconf = require('nvim-treesitter.parsers').get_parser_configs() - tsconf.hare = { - install_info = { - url = 'https://git.sr.ht/~ecmma/tree-sitter-hare', - files = { 'src/parser.c' }, - }, - } tsconf.gotmpl = { install_info = { url = 'https://github.com/ngalaiko/tree-sitter-go-template', @@ -546,10 +545,8 @@ local pluginspec = { prompt_prefix = '', selection_caret = '⯈ ', sorting_strategy = 'ascending', - preview = false, results_title = false, - layout_strategy = 'bottom_pane', layout_config = { -- preview_cutoff = 1, @@ -862,7 +859,6 @@ local pluginspec = { end, keys = { 'd' }, }, - { 'farmergreg/vim-lastplace', event = 'VeryLazy' }, -- restore last cursor position (and handle many edge cases) { 'tpope/vim-surround', event = 'VeryLazy' }, { 'tpope/vim-repeat', event = 'VeryLazy' }, -- extend '.' to plugins -- cgit 1.4.1