-
Hi!
Would it be possible to escape existing comments in html/xml differently than it is implemented now?
The problem is that the generated xml code is invalid if comments already exist in the file, b…
-
With the time going, we see more and more plugins added to Vimified. This is a great but with the complexity comes the dependencies. We need to list the dependencies and add the requirements check in …
-
Reported on Discord: https://discord.com/channels/417774914645262338/424012160696582144/860090626878865438 ( thanks @Apostolique)
On Windows, the Win+Right / Win + Left keys don't move the window a…
-
We keep mentioning this in various places, but apparently we don't have an issue to track it. Lets try to collect links to relevant tools and discussions to help move towards a syntax highlighter that…
-
- Category
- [x] Question
- [ ] Bug
- [ ] Suggestion
- OS
- [x] Linux
- [ ] macOS
- [ ] Windows
- [ ] Etc.
- Vim
- [ ] Vim
- [x] Neovim
I'd like…
-
@lucc
So 2.07 will be a huge release, it's been more than half a year since 2.06 and 2.07 will be in Debian. We need to determine what must be done for it.
The most important issue for me is fixing…
-
```
if has('win32')
let $VIMFILES = $VIM.'/vimfiles'
else
let $VIMFILES = $HOME.'/.vim'
endif
"指定英文逗号作为键
let mapleader=","
set nocompatible
set nobackup
" 重启后撤销历史可用 persistent undo
set undofi…
-
If this plugin is active, atom will simply crash on startup. The error message is: "The editor has crashed."
Atom version info:
```
Atom : 1.44.0
Electron: 4.2.12
Chrome : 69.0.3497.128
No…
-
Hi
首先感谢 @LingDong- 开辟了这么个有趣的项目。我之前都未尝在 github 上提过这么多 issue 。在多次讨论中也使我触发了更多的思考。由此我想到了将 json 结构化数据也用文言表达出来。不过这或许与 wenyan-lang 的发展方向未必十分吻合,所以我新建了一个独立项目:
https://github.com/lymslive/wenyan-json
欢…
-
We all know how hard it would be to create a separate neovim exclusive config, but the speed it brings is huge.
Neovim now has native Language Server support, treesiter for better syntax.
There …