1
0
Fork 0

Initial work on massive refactor

This commit is contained in:
Luca Bilke 2024-01-24 00:48:37 +01:00
commit c01b7077ff
28 changed files with 717 additions and 530 deletions
.config/nvim/lua/plugins/misc

View file

@ -2,11 +2,6 @@ local M = { "numToStr/Comment.nvim" }
M.event = { "BufReadPre", "BufNewFile" }
M.keys = {
{ "<leader>/", "<Plug>(comment_toggle_linewise_current)", desc = "Comment toggle current line", },
{ "<leader>/", "<Plug>(comment_toggle_linewise_visual)", desc = "Comment toggle linewise", mode = { "v" }, },
}
M.opts = {
mappings = {
basic = false,