evil-numbers
neovim
Our great sponsors
evil-numbers | neovim | |
---|---|---|
4 | 710 | |
115 | 53,591 | |
- | 3.0% | |
0.0 | 10.0 | |
7 months ago | 4 days ago | |
Emacs Lisp | Vim Script | |
GNU General Public License v3.0 only | GNU General Public License v3.0 or later |
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.
evil-numbers
-
What VIM features *can't* you get using emacs with evil-mode?
See: https://github.com/cofi/evil-numbers/issues/7
You can't, with evil-mode only, increment and decrement numbers the way you can in Vim, though there is a package that adds this functionality (evil-numbers).
-
Introducing Plus-Minus
Have you tried this one? https://github.com/cofi/evil-numbers
-
Evil ain't Vim
Apparently you have to download a separate package for ctrl-x/ctrl-a to work too.
neovim
-
Neovim/vim cannot be launched from run launcher
Neovim should already have installed a desktop entry. Do you see it in /usr/share/applications ?
-
I have just published nvim-dev-container plugin
I am looking for feedback and suggestions on this, especially since I haven't used the VSCode plugin and implemented this mostly based on spec. Future goals are to enable easy LSP and DAP setup in containers and also better attaching experience once https://github.com/neovim/neovim/pull/10071 gets merged.
-
winbar now on nightly
A fix is up for it already: https://github.com/neovim/neovim/pull/18624
Can't wait for cmdheight=0 it will tie everything together.
since https://github.com/neovim/neovim/pull/18562 was merged you can have a winbar.
-
with native LSP + nvim-cmp, how do you prevent the diagnostics pop up from killing signature_help?
Forgot to mention focusable = false. You can either pass focusable=false argument or have a global diagnostic config, like vim.diagnostic.config({ float = {focusable = false} }), as in my full config.
- Neovim - Vim-fork focused on extensibility and usability
-
Is it possible to create folds using only Lua?
there was https://github.com/neovim/neovim/pull/11523 but I think an API should work with extmarks instead so that we can have inline folds too. So there may be a need to rework folds to use extmarks first before an API can arrive (or envision an API to which columns can be added later on)
-
`nvim_cmd` merged into Neovim master
currently a fix is up for that, https://github.com/neovim/neovim/pull/18527, it will be merged very soon
What are some alternatives?
doom-emacs - An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]
neovide - No Nonsense Neovim Client in Rust
helix - A post-modern modal text editor.
vim9 - An experimental fork of Vim, exploring ways to make Vim script faster and better.
pylance-release - Documentation and issues for Pylance
vim-polyglot - A solid language pack for Vim.
vim-visual-multi - Multiple cursors plugin for vim/neovim
FiraCode - Free monospaced font with programming ligatures
intellij-lsp-server - Exposes IntelliJ IDEA features through the Language Server Protocol.
lightline.vim - A light and configurable statusline/tabline plugin for Vim
powerlevel10k - A Zsh theme
typescript-language-server - TypeScript & JavaScript Language Server