-
```
What steps will reproduce the problem?
Create a local help txt file.
Create a keyword that links to a tag.
Use a hyphen in the keyword like:
|My-keyword| Description
|My-other-keyword| NextDe…
-
Most of vim's power lies in its **text objects**. To change the text inside '{ }' I'll press '**ci{'** (change in { ) and text in between the braces will be removed. This kind of vim actions makes ed…
-
### Problem
I don't want gc, gcc & co. to use treesitter-derived commentstrings in htmldjango files. I would always like to use the buffer-specified `{# %s #}` comment string.
As far as I could fin…
-
```
What steps will reproduce the problem?
1. Use the following 3 lines as your .vimrc file:
filetype on
filetype plugin on
filetype indent on
2. Edit a python file:
foo@bar:~$ vim hamspam.py
3. Go…
-
```
What steps will reproduce the problem?
1. Use the following 3 lines as your .vimrc file:
filetype on
filetype plugin on
filetype indent on
2. Edit a python file:
foo@bar:~$ vim hamspam.py
3. Go…
-
After opening a .zig file, line 40 of fplugin/zig.vim clobbers the path variable causing the vim fuzzy finder (:find) to start looking in the std lib directory instead of the cwd.
-
filetype が vim のとき
set keywordprg=:help
を設定したいが、こういうのftdetect/の中でいいのかな いいんだよね
-
Some user use plugins such as https://github.com/vim-pandoc/vim-pandoc-syntax#standalone (especially because this plugin is for pandoc), and the ftdetect feature of this plugin may interact badly with…
-
This makes it hard to edit module namespaces.
To move through Cow.Horse.Sheep
I have to use `f.` and then to say change Horse to Donkey I have to do `ct.` this is inconvenient as it basically puts…
-
If one is not using a Vim plugin manager, the other plugins needed to make use of this can be easily installed manually directly from github.
I have not yet been able to figure out how to manually in…