altermo

Results 24 issues of 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...

bug-vim

### 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...

bug-vim
status:needs-vim-patch

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...

enhancement

The comiler dose not escape ']]'. This makes `use { 'name/plugin', keys=']]' }` cause an error...

bug
packer-compile
v1

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...

enhancement
lua
lsp