summaryrefslogtreecommitdiff
path: root/lua/user/keymaps.lua
diff options
context:
space:
mode:
authorchristianchiarulli <chrisatmachine@gmail.com>2021-12-14 18:25:42 -0500
committerChristianChiarulli <chris.machine@pm.me>2021-12-16 07:37:32 -0500
commit6fddfcb743fe2f4980608853ef27fb9b5737a3ee (patch)
tree32bdc2bc4772274b80728300662e892f52e146a1 /lua/user/keymaps.lua
parent1027d8cb1684c38315969ea7417398bd57948614 (diff)
add null-ls
fix bufferline f
Diffstat (limited to 'lua/user/keymaps.lua')
-rw-r--r--lua/user/keymaps.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/lua/user/keymaps.lua b/lua/user/keymaps.lua
index b4d2195..638cab5 100644
--- a/lua/user/keymaps.lua
+++ b/lua/user/keymaps.lua
@@ -67,9 +67,5 @@ keymap("t", "<C-j>", "<C-\\><C-N><C-w>j", term_opts)
keymap("t", "<C-k>", "<C-\\><C-N><C-w>k", term_opts)
keymap("t", "<C-l>", "<C-\\><C-N><C-w>l", term_opts)
--- Comment
-keymap("n", "<leader>/", "<cmd>lua require('Comment').toggle()<CR>", opts)
-keymap("v", "<leader>/", ":lua require(\"Comment.api\").gc(vim.fn.visualmode())<cr>", opts)
-
-- Nvimtree
keymap("n", "<leader>e", ":NvimTreeToggle<cr>", opts)