1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 09:59:25 +00:00

[neovim] Replace the projections plugin with neovim-projects

This commit is contained in:
2023-09-28 18:17:05 +02:00
parent f7c1110ca3
commit 8fcb4267cc
9 changed files with 41 additions and 40 deletions

View File

@ -93,8 +93,8 @@ keymap("x", "<leader>/", "<esc><cmd>lua require'Comment.api'.toggle.linewise(vim
keymap("n", "<leader>df", ":DiffviewFileHistory %<cr>", opts)
keymap("n", "<leader>dc", ":DiffviewClose<cr>", opts)
-- Projections
keymap("n", "<leader>fp", ":Telescope projections<cr>", opts)
-- Projects
keymap("n", "<leader>fp", ":Telescope neovim-project discover<cr>", opts)
-- Base64
keymap("v", "<leader>64e", ":<c-u>lua require'b64'.encode()<cr>", opts)