Chase Colman
Chase Colman
You are correct, I want the second and third "when" to be highlighted the same. Essentially all that is required is making it so that the value for the mapping...
That's not quite the case. Notice that [ansibleRepeat and ansibleConditional are both essentially just keywords](https://github.com/chase/vim-ansible-yaml/blob/master/syntax/ansible.vim#L24-L25). I do not want to change `ansibleRepeat` and `ansibleConditional`, which are syntax items which are...
Sorry, I did interchange terminology incorrectly. I edited my previous comment in hopes that it is more clear. Regarding those links with the lines highlighted, when viewing a code file...
Essentially it is not a single word's highlighting to be changed, otherwise I would have implemented this a long time ago. I want the value of the key-value mapping to...
Sounds like I finally got my thoughts across properly, haha. Sorry about all the communication issues. Yes, "some_condition" should be part of a syntax group that behaves just like `jinjaVarBlock`.
Ideally this would just be relegated to an unprivileged addition to PATH instead of requiring the user to be a sudoer/admin. Stranger still that the user must be named `runner`...
It's probably this default binding (which I don't like either): https://github.com/LunarVim/LunarVim/blob/master/lua/lvim/keymappings.lua#L62-L63 I accidentally hit it pretty frequently. You can see my keymap configuration for how to disable it if you'd...
If that's not the case, you can try `:nmap j` to view the keybindings that are set to `j` in Normal mode. If there's anything there that mentions lines, that's...
> same question here LunarVim is no longer actively maintained
The problem seems to be that the `typescript` package isn't being installed along with the language server. One way you might try to fix this is to do a global...