diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-07-24 12:01:49 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-07-24 12:01:49 -0400 |
| commit | fe68554e903e3f3912d18662da81961b7fb8931b (patch) | |
| tree | 3aa4dc7730245b3bf0655e83f407d5e5d7a5baeb /.config/nvim/lua/plugins/textobjects.lua | |
| parent | a7c08cb33b89e8447c951a32c68c4506b22e4125 (diff) | |
nvim: remove some more plugins
Diffstat (limited to '.config/nvim/lua/plugins/textobjects.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/textobjects.lua | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.config/nvim/lua/plugins/textobjects.lua b/.config/nvim/lua/plugins/textobjects.lua deleted file mode 100644 index 909ece4..0000000 --- a/.config/nvim/lua/plugins/textobjects.lua +++ /dev/null @@ -1,17 +0,0 @@ -return { - { - "echasnovski/mini.ai", - event = "VeryLazy", - config = function() - local ai = require("mini.ai") - ai.setup({ - n_lines = 200, - custom_textobjects = { - F = ai.gen_spec.treesitter({ a = "@function.outer", i = "@function.inner" }), - c = ai.gen_spec.treesitter({ a = "@class.outer", i = "@class.inner" }), - }, - }) - end - }, -} - |
