viml
Here are 245 public repositories matching this topic...
It'd be a cool feature if coloured devicons worked out of the box. Perhaps include some colour maps for the stock shipped colorschemes and some popular 3rd party ones, a mechanism for users to define their own colour map for colorschemes, falling back to standard terminal colours for terminal vim and the actual colours as per filetype's official colour for GUI vim (e.g. Gulp's #cf4646 for the Gu
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
Currently if you're editing a docstring like this:
/// Foo<press enter>
You end up with:
/// Foo
//<cursor>
Ideally you would end up with 3 slashes on the second line. The Rust vim syntax files do this correctly, so I'm sure it's something that can be fixed
Tree style listing
Would it be possible to display the files in a tree style structure, similar to let g:netrw_liststyle = 3. That's what I'm missing the most from netrw.
You don't Complete Me; Vim Completes Me! A super simple, super minimal, super light-weight tab completion plugin for Vim.
-
Updated
Jan 19, 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 hiI think if the project description explained better what vim-gnupg actually does under the hood it would be easier for a new user to understand what kind of security guarantees vim-gnupg offers.
In my particular case, I would like to know if vim-gnupg decrypts the encrypted file to to memory or if it decrypts to a temporary file that gets stored on disk. If vim crashes while I am editing the file
Example:
let foo = (( 1+
2)
)
let bar = 3;I would expect this to be:
let foo = (( 1+
2)
)
let bar = 3;Highlighting breaks most lines after a template literal statement.
When I comment out that line the highlighting works correcty.
 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
Vim plugin to fetch and display answers from Stack Overflow
-
Updated
Oct 30, 2019 - Vim script
Display all accessible marks and their surrounding lines in a collapsible sidebar.
-
Updated
Dec 24, 2019 - 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."


Running
:GoDocmakes my vim session block as it is not ran in the background. This might not be an issue for small codebases, where the blocking call is quick enough, but it causes frustration when using the command on larger codebases.It would be great if
:GoDocruns in the background, without blocking my editor, similar to how the guru-related commands work (e.g.:GoReferrers)