-
Forgive me if there is already an incantation of settings that allows this.
Markdown code fences are lines that start with three backticks. When I write markdown files and type the third backtick, th…
-
Turning on foldmethod for everyone with
```
setlocal foldmethod=syntax
```
is a performance slowdown. (This could also mean we need to speed up folding)
Is it appropriate to turn on foldmethod fo…
-
I installed plug-in to `~/.vim/pack/git-plugins/start/vim-orgmode` and added loading to `~/.vimrc` but no key bindings were added. `:map` does not show any org-mode-specific mappings.
-
Hi,
I've been working on extending LSP client to pull metadata/file source when `textDocument/definition` returns result with `$metadata$` URI (e.g. `uri = "file:///%24metadata%24/Project/nvim-csha…
Hoffs updated
8 months ago
-
#166 で cmd.exe 利用時の `sxq` のデフォルト値が `(` に変わりました。
しかし伝統的に `sxq` が `'` であることを期待して書かれたスクリプトは数多くあり、それらは誤動作すると推測されます。
例: $VIMRUNTIME/ftplugin/ruby.vimの80行目
``` vimL
if &shellxquote == "'"
let s:ruby_pa…
koron updated
11 years ago
-
Here is a startup trace of opening a typescript file. This took about 6s
```vim
000.005 000.005: --- VIM STARTING ---
000.094 000.089: Allocated generic buffers
000.342 000.248: locale set
0…
-
Hey everyone,
When writing an elm file, I get 'Press ENTER or type command to continue'. It gets rather annoying, having to do that every time I save an elm file.
I installed Plug on an empty v…
jmopp updated
3 years ago
-
I like section 1.1. *Related Programs* in the documentation.
I would add following opensource software projects which other might find interesting as well
- *betterbib* ([github](https://github.…
-
I can't get working html.vim plugin if I open vim first, and then open some file (e.g. open test.html or via NERDTree). In this situation I have this: http://s18.postimg.org/miqsywm8p/Selection_2013_0…
Sloun updated
10 years ago
-
Not sure if it is my fault or a general thing but when I do not edit Latex files the plugin seems to be working normally. When I edit Latex files (with latex-suite) the closing bracket appears correct…