Ark.vim
Syntax highlighting plugin for https://github.com/ArkScript-lang/Ark (by Wafelack)
vim-cool
A very simple plugin that makes hlsearch more useful. (by romainl)
Ark.vim | vim-cool | |
---|---|---|
1 | 24 | |
4 | 543 | |
- | 0.7% | |
0.0 | 2.4 | |
about 4 years ago | about 1 month ago | |
Vim Script | Vim Script | |
Mozilla Public License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Ark.vim
Posts with mentions or reviews of Ark.vim.
We have used some of these posts to build our list of alternatives
and similar projects.
vim-cool
Posts with mentions or reviews of vim-cool.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-04.
-
auto-hlsearch.nvim: Automatically manage hlsearch
Awesome! Is it like vim-cool but written in Lua?
-
How do you turn off the yellow highlighting after your done with the search?
I use https://github.com/romainl/vim-cool to do it automatically
-
How can I make searching for an empty string actually execute :let @/=""
You can try this plugin: https://github.com/romainl/vim-cool
- Good vim keymaps
-
What is the coolest, unknown(-ish) plugin that you're using that other people could benefit from?
vim-cool Not sure if there's an easier way to do it than having this plugin, but it disables search highlighting when you're done, and enables again when you search again. Makes me not have to use `:noh`
- set nohlsearch when pressing anything except n or N?
-
Call :noh command at InsertEnter autocmd
You may be interested in the vim-cool plugin, which uses InsertEnter and CursorMoved autocmds to automatically disable search highlighting after you're done with the search.
-
Disable highlight after searching something?
I have heard nice things about vim-cool
-
What are your must-have vim/nvim extensions?
romainl/vim-cool - Disables search highlights after using. Minor but nice.
- What are some of the unique functions you use in your .vimrc?
What are some alternatives?
When comparing Ark.vim and vim-cool you can also consider the following projects:
vim-c-cpp-modern - Extended Vim syntax highlighting for C and C++ (C++11/14/17/20/23)
golden-ratio - Automatic resizing of Vim windows to the golden ratio