Fork me on GitHub
#vim
<
2019-02-02
>
schmee00:02:07

stuck with this one for a good while now: https://github.com/arcticicestudio/nord-vim

dominicm16:02:13

Iceberg is new to me, I like it

dominicm16:02:30

Apparently I've starred it before though :D

thiru18:02:51

I used to use gruvbox, but switched to PaperColor a few months back

thiru18:02:17

I'm trying to setup a custom mapping for the fireplace go-to-definition command but it doesn't seem to be working. This is what I have: nnoremap <leader>kd [<C-d><CR>

thiru18:02:40

Whenever I try it, it says "Couldn't find definition"

dave19:02:43

is the symbol namespaced?

dave19:02:09

(oh, this is fireplace go-to-definition, not ctags. not sure how helpful i can be in that case)

Jan K19:02:29

@thiru0130 for me this works: nmap kd <Plug>FireplaceDjump

thiru19:02:56

Thanks @jkr.sw that works for me as well

thiru19:02:31

I was using nnoremap and that didn't work. Should I prefer nmap in general to nnoremap in your opinion?

Jan K19:02:54

Yeah all I know is nnoremap doesn't seem work with these <Plug> mappings, in other cases idk 🙂

👍 5