summary refs log tree commit diff
path: root/.vim/lua/plugins.lua
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2023-03-21 12:40:53 +0100
committerRobert Günzler <r@gnzler.io>2023-03-21 12:40:53 +0100
commit3b2b6761f0f619ea320911032f087ed98d2092c3 (patch)
treebe19a2e8fc750c4894fed481e5604ba9cbd549da /.vim/lua/plugins.lua
parent5ced908ad67ad6d9e20f785f242a6f1d40a74e41 (diff)
vim: drop hare, format
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.vim/lua/plugins.lua')
-rw-r--r--.vim/lua/plugins.lua16
1 files changed, 6 insertions, 10 deletions
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 = { '<leader>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