max397574

Results 153 comments of max397574

add them to the plugins list this works for me

for me `Neorg toc ` didn't work When I printed `cmdline` just before the `vim.fn.getcompletion` call it was just `c`

did you load the toc module?

```lua require("neorg").setup({ load = { ["core.defaults"] = {}, -- Load all the default modules ["core.norg.qol.toc"] = {} } }) ```

normal mode -> native completion ig

what do you use for auto-completion?

I have no clue what that could be since I use nvim-cmp and it works there

So you want to map kj to esc (with better-escape.nvim)?

so basically sou want two different `keys` ?