this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fixed multiline commenting

+1 -2
+1 -2
nvim/lua/config/keys.lua
··· 55 55 desc = "Toggle comment", 56 56 mode = { "n" }, 57 57 }, 58 - -- TODO: Fix multi line commenting 59 58 { 60 59 "<leader>/", 61 - "<cmd>CommentToggle<cr>", 60 + ":'<,'>CommentToggle<cr>", 62 61 desc = "Toggle comment", 63 62 mode = { "v" }, 64 63 },