altermo
altermo
### Neovim version (nvim -v) 0.8.0-dev+519-g6f6286e4f9 ### Vim (not Nvim) behaves the same? no, vim 8.2 ### Operating system/version linux 5.15.19-1-MANJARO ### Terminal name/version alacritty 0.10.1 ### $TERM environment variable...
### Neovim version (nvim -v) 0.8.0-dev+519-g6f6286e4f9 ### Vim (not Nvim) behaves the same? yes, vim 8.2 ### Operating system/version linux 5.15.19-1-MANJARO ### Terminal name/version alacritty 0.10.1 ### $TERM environment variable...
While `Neovim` and `Lua` have consistent casing, Vim has not. I suggest replacing all `vim` with `Vim` and adding a rule that vim is to be spelled `Vim` (and not...
Python allows for tripple quotes to be `'''`.
### Add a key that runs a function before config and after setup #### The problem: I have a plugin `a` with the file: ```vim if exists('loaded_a') finish endif let...
The comiler dose not escape ']]'. This makes `use { 'name/plugin', keys=']]' }` cause an error...
Currently mark_direct only highlights the current line. I think that it could be better if it highlighted across multiple lines
Currently pressing `ctrl-]` in insert-mode activates InsertCharPre. This is probably unintended as `ctr-]` doesn't insert a character but does an action.
Temporarily set the buffer options `'lisp'` and `'iskeyword'` to the global ones when enacting `CTRL-W` in the cmdline. Fix #14141
### Problem Currently, there's no luv _meta file for LSP annotations, and the most used lua LSP is planning to [drop the builtin luv meta file](https://github.com/LuaLS/lua-language-server/discussions/1950), which would require users...