Modified nvim config, added smartyank but it's disabled, line yanking doesn't work properly

This commit is contained in:
Kyren223
2024-06-29 00:25:14 +03:00
parent 72035aa419
commit 641cb5f0b6
2 changed files with 5 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
"nvim-treesitter": { "branch": "master", "commit": "2e9c346aefda680bd14ebf40a50c2897fd637bc2" },
"nvim-web-devicons": { "branch": "master", "commit": "c0cfc1738361b5da1cd0a962dd6f774cc444f856" },
"plenary.nvim": { "branch": "master", "commit": "a3e3bc82a3f95c5ed0d7201546d5d2c19b20d683" },
"smartyank.nvim": { "branch": "master", "commit": "d9e078fe08d6466e37ea45ac446a9f60e6866789" },
"telescope-ui-select.nvim": { "branch": "master", "commit": "6e51d7da30bd139a6950adf2a47fda6df9fa06d2" },
"telescope.nvim": { "branch": "master", "commit": "d90956833d7c27e73c621a61f20b29fdb7122709" },
"todo-comments.nvim": { "branch": "main", "commit": "51e10f838e84b4756c16311d0b1ef0972c6482d2" },

View File

@@ -0,0 +1,4 @@
return {
-- 'ibhagwan/smartyank.nvim'
}