summary refs log tree commit diff
path: root/.vim/lua/plugins.lua
diff options
context:
space:
mode:
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