fix: finally don't spam paths on comment tab

This commit is contained in:
Fabio Lenherr / DashieTM 2023-04-05 23:58:40 +02:00
parent ff98e6fbf0
commit 39142a5231
6 changed files with 136 additions and 33 deletions

View file

@ -36,7 +36,7 @@ map("n", "<F9>", ':lua require("dap").continue()<CR>', opts)
map("n", "<F10>", ':lua require("dap").close()<CR> :lua require("dapui").toggle()<CR>', opts)
-- file tree
map("n", "f", ":Neotree action=focus toggle=true<CR>", opts)
map("n", "f", ":NvimTreeToggle<CR>", opts)
-- toggle terminal
map("n", "<C-d>", ":lua require('toggleterm').toggle(1)<CR>", opts)