-
When load a C++ file, Vim promotes these errors:
```
Error detected while processing /Users/xiaogaozi/.vim/bundle/omnicppcomplete/after/ftplugin/c.vim:
line 2:
E117: Unknown function: omni#cpp#com…
-
When using a symlink in the repo dotfiles thinks that it should follow the symlink and dotfiles considers all files in the symlink target.
One of the strengths of the old dotfiles version is that i…
-
Fixes conflict specifically with [vim-qf](https://github.com/romainl/vim-qf)'s QuickFix functions. QuickFix, in general, should be skipped with this function
Issue could effect other Plugins in simi…
-
### Did you check docs and existing issues?
- [X] I have read all the trouble.nvim docs
- [X] I have updated the plugin to the latest version before submitting this issue
- [X] I have searched th…
-
### Problem
I use .editorconfig to set the tab behavior of my projects. Neovim's built-in Rust runtime overwrites this in the Rust plugin.
Here is the relevant code: (`runtime/ftplugin/rust.vim` l…
-
On my Macbook, opening any .fst file using 'vim' gives this error.
```
Error detected while processing /Users/anithagollamudi/.vim/bundle/VimFStar/ftplugin/fstar.vim:
line 47:
Traceback (most recen…
-
**Describe the bug**
If a help file does not end with a modeline that includes the text `ft=help`, text ftplugins take effect despite the fact that Vim reports the filetype as `help`.
**To Reprodu…
-
Implement something similar to the following code:
ftplugin/json.vim:
`
let b:ale_fixers = ['json_python_fixer]
let b:ale_json_python_fixer_options = '--indent 2'
`
autoload/ale/fixers/jso…
-
```
E490: No fold found
Traceback (most recent call last):
File "", line 1, in
File "/home/jean/.vim/bundle/vim-orgmode/ftplugin/orgmode/_vim.py", line 80
, in r
res = f(*args, **kwargs)
Fi…
jean updated
11 years ago
-
### Problem
I found an attempt to call `vim.lsp.semantic_tokens.start()` on nonexisting buffer and then found that it was a dummy buffer created by `vim.api.nvim_get_option_value('lisp', { filetype =…