viml
Here are 254 public repositories matching this topic...
-
Updated
Jun 16, 2020 - Vim script
words can not be shown complete, origin words are followed:
OS: Debian 3.16.43-2+deb8u3 (2017-08-15) x86_64 GNU/Linux
Vim : VIM - Vi IMproved 7.4
how to fix this bug
Please write a small note in the documentation on -
- How to associate Yavide with a folder of existing source code?
- How to make source code navigation working with the folder mentioned above?
Say, for instance, I have cloned Linux kernel source code and I want to start making changes to the source using Yavide.
Thanks & regards,
Sreenath
It would be nice if the highlighting distinguished between regular comments // and /* ... */ and comments containing documentation: /// and /** ... */. The former keeping the form of traditional comments with the later having a different formatting as for "document string". The formatting might be used the same as for strings (would keep visual consistency with languages such as Python). T
You don't Complete Me; Vim Completes Me! A super simple, super minimal, super light-weight tab completion plugin for Vim.
-
Updated
Feb 23, 2020 - Vim script
Keywords (such as FROM and RUN) should always be flush left.
I would expect that given this Dockerfile:
FROM ubuntu
RUN echo hiThat indenting it should result in:
FROM ubuntu
RUN echo hiThis script implements transparent editing of gpg encrypted files. The filename must have a ".gpg", ".pgp" or ".asc" suffix. When opening such a file the content is decrypted, when opening a new file the script will ask for the recipients of the encrypted file. The file content will be encrypted to all recipients before it is written. The script turns off viminfo, swapfile, and undofile to increase security.
-
Updated
Apr 30, 2020 - Vim script
The grammar for RegExp literals in ES6 allows / to appear without a preceding \ in character class expressions (see RegularExpressionClassChar in the grammar). However, vim-es6 highlights such expressions incorrectly. For example, in the following:
/foo[/]bar/vim-es6 does not high
Yet Another TypeScript Syntax: The most advanced TypeScript Syntax Highlighting in Vim
-
Updated
Jun 20, 2020 - Vim script
Kotlin plugin for Vim. Featuring: syntax highlighting, basic indentation, Syntastic support
-
Updated
Feb 4, 2020 - Vim script
Say we have a function foo(). Somewhere in the codebase (e.g. some_file.cpp) a multi-line comment references it:
...
/**
* This function wraps foo()
*/
Bar()
...
And when I try to find the definition for foo() I see some_file.cpp:42 * This function wraps foo() listed. Obviously this is undesired.
very simple vim plugin for easy resizing of your vim windows
-
Updated
Jul 26, 2019 - Vim script
Investigate uses omniref for Ruby documentation, which was shut down a few months ago. I wanted to make a pull request but couldn't find an alternative with feature parity. Right now, though, it's broken.
I've had to disable roxma/vim-paste-easy because, with both it and pear-tree installed, if I type both an opener and a closer in less than a second (eg. function_with_no_arguments() or results = []), I wind up with a doubled closer.
I don't know enough about Vim's architecture and VimL to know which side should be responsible for fixing it, bu
IDE-like Vim tabline
-
Updated
Jun 3, 2020 - Vim script
Vim plugin to fetch and display answers from Stack Overflow
-
Updated
May 10, 2018 - Vim script
Vim plugin that allows use of vifm as a file picker
-
Updated
Jun 22, 2020 - Vim script
Improve this page
Add a description, image, and links to the viml topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the viml topic, visit your repo's landing page and select "manage topics."




This related to issue #231. It would be useful to have an option to highlight variables that are escaping in the heap.