-
I have created file `gh.list` to import to http://allmychanges.com/ (I've created it with the command `get_github_favorites bessarabov > gh.list` https://metacpan.org/release/App-AllMyChangesUtils ).
…
-
I'm using this setting I found here earlier.
```
" Opens file in new tab when using CtrlP.
let g:ctrlp_prompt_mappings = {
\ 'AcceptSelection("e")': [''],
\ 'AcceptSelection("t")': ['', ''],
…
-
没有lua版本,lua没法用
-
### Self Checks
- [x] I'm using the latest lualine.
- [x] I didn't find the issue in existing issues or PRs.
### How to reproduce the problem
With the plugin configured to have a `fi…
-
This plugin is crazy good, i looked for a `lua` alternative but i didnt find one and wanna stick with this plugin...
but this isnt workin for any language except `vim`
and in `vim` too, im getti…
-
Hey!
Congrats, this is awesome!
I am just wondering if there is a way to develop not only for `nvim` but for `vim`. I need backwards compatibility with older versions of vim. Perhaps something can …
-
This extension would be a lot more useful if it was capable of also recognizing `vimrc` and `nvimrc` without the leading dot.
Neither does it recognize the `vim` or `rc` file types, if the previous…
-
Currently doing something like
```vim
call GetThing()->takething()
```
is broken, it generates the following syntax tree
```vim
call_statement [0, 0] - [0, 15]
call_expression [0, 5] - [0, 15…
-
Hi there,
I met this `E906: not an open channel` error when opening `*.vim` files.
![E906: not an open channel](https://user-images.githubusercontent.com/49512984/115237935-b66cbd00-a14f-11eb-81e8…
-
is it possible to add `*.lua` support?
for example:
`lua/plugin_name/init.lua`
```lua
----
-- This is my function. It does different things to the {required} argument,
-- depending upo…