Skip to content

Commit

Permalink
neovim: add mini.ai
Browse files Browse the repository at this point in the history
  • Loading branch information
geodimm committed Mar 3, 2024
1 parent 7a82e3b commit 1731f7f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 9 additions & 0 deletions nvim/lua/plugins/text-editing.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
return {
{
'echasnovski/mini.ai',
opts = {
n_lines = 500,
},
config = function(_, opts)
require('mini.ai').setup(opts)
end,
},
{
'echasnovski/mini.surround',
opts = {
Expand Down
2 changes: 0 additions & 2 deletions nvim/lua/plugins/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ return {
['if'] = '@function.inner',
['ac'] = '@class.outer',
['ic'] = '@class.inner',
['ap'] = '@parameter.outer',
['ip'] = '@parameter.inner',
},
},
move = {
Expand Down

0 comments on commit 1731f7f

Please sign in to comment.