Plex

Results 3 comments of Plex

What helped me in nvim lua config with markdown syntax was to unmap `` when entering vimwiki filetype like so: `vim.api.nvim_create_autocmd("FileType", { pattern = "vimwiki", command = [[unmap ]] })`...

I too have this problem, sometimes pressing `/` doesn't seem to let you input characters, and if pressing characters, cvim will interpret them as commands, the same goes for `t`(new...