-
In liue of #14, I came to realize that there might be some features that are now part of wiki.vim that are already (better) provided by other, dedicated plugins. I'm specifically thinking of:
- Cre…
-
Firstly, thanks for a fabulous plugin. It's made my working life in Vim 100x more enjoyable. 🙂
Just wondering if I'm using this config variable incorrectly? From the documentation:
```
When set,…
-
所有的都是
rm: ./modbaks/disabled: No such file or directory
/system/bin/magiskmodbak[189]: zip: not found
xposed 备份失败
给了root
-
neoterm 存在类似于 termux-fix-shebang的命令不?
如果有我需要用什么来代替?
-
### 环境
系统:NeoTerm(Android)
nodejs 版本:v8.9.3
### 出现问题
$ node app.js
module.js:538
throw err;
^
Error: Cannot find module 'express'
at Function.Module._resolveFilename (module…
-
try setting `let g:nvimux_quickterm_provider = 'neoterm#new'` with no lucks.
-
建议去除用户脚步功能,
配合es文件夹时,
任意点开一个文件都会跳出neoterm用户脚步,
这很烦人!!!
-
Apologies if I'm just using this wrong, but after using :Tnew to open a new terminal, changing to a normal buffer, say a .js file, then calling :Topen I expect the buffer the be changed back to the te…
-
Consider the following minimal vimrc:
```vim
set nocompatible
let $DOTVIM = expand('$HOME/.config/nvim')
set runtimepath+=$DOTVIM/bundle/repos/github.com/kassio/neoterm
filetype plugin inde…
-
Is it possible to hide a section depending on buftype?
e.g. given the following in my config
`let g:airline_section_z = 'LN %3l:%2c %2p%%'`
I would like to hide section_z i.e. linenumber section …