79833863

Date: 2025-11-30 12:04:11
Score: 0.5
Natty:
Report link

First, make sure you are actually running neovim and that it’s updated:

If your neovim version is >= 0.7 Use this command

vim.g.mapleader = " "
vim.api.nvim_set_keymap("n", "<leader>pv", ":Ex<CR>", { noremap = true, silent = true })
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: The Cowacorn