Commit de7202f49b868056a9b14fa57858913ac30abc2d Parent: 3862472b55a1119916f64dbe78bd87e5071f454e Author: matt <matt@edra.ai> Date: 2025-08-18 15:43:39 +0100 Committer: matt <matt@edra.ai> Committed: 2025-08-18 15:43:39 +0100 add some spaces
start/self/plugin/init.lua Modified
@@ -56,6 +56,7 @@ }, }, }, + { 'Yggdroot/indentLine', init = function() @@ -64,14 +65,18 @@ vim.g.indentLine_conceallevel = 0 end }, + { 'neovimhaskell/haskell-vim' }, + { 'dense-analysis/ale' }, + { 'm-col/buffer-closer.nvim', opts = { close_key = '<BS>', }, }, + { 'nvim-telescope/telescope.nvim', tag = '0.1.8', @@ -88,15 +93,18 @@ } }, }, + { 'ctrlpvim/ctrlp.vim', init = function() vim.g.ctrlp_map = '' -- Disable the default <C-p> mapping end, }, + { 'ludovicchabant/vim-gutentags', }, + { "supermaven-inc/supermaven-nvim", opts = { @@ -106,6 +114,7 @@ } }, }, + --{ -- "yetone/avante.nvim", -- event = "VeryLazy",