David Lewis

Results 64 comments of David Lewis

I also checked that it wasn't a default file permissions issue: ``` $ touch test.txt $ ls -l test.txt -rw-r--r-- 1 david users 0 Oct 12 14:04 test.txt $ echo...

I'll give this a try today or tomorrow!

This is unrelated to the feature, but you have duplicate tags here in your docs: [`snippet-converter-examples`](https://github.com/smjonas/snippet-converter.nvim/blob/main/doc/snippet-converter.txt#L12). This prevents the plugin from building for me.

Other than that, the only thing missing is some way to map the mode names to vim language names in the cases where they don't match. Examples of this are:...

Thanks for implementing this!

Not an official list but emacs has a variable that keeps track of this! My emacs install is pretty comprehensive so this is probably most if not all of the...

Vim has something similar in `filetype.vim` I might see if I can match them by their regex.

An emacs major mode is just the terminology used for different languages. Major modes are analoguos to the `&filetype` variable in vim/neovim. This isn't actually part of the snippet, but...

Just a note, `gnome.webkitgtk` was removed in favor of `pkgs.webkitgtk`