-
## 質問の内容
`$ vim a.sh`
の様に起動時にシェル・スクリプトのファイル (以下単にスクリプト) を指定した場合は \~/.vim/vimrc に `:help sh.vim` に有るように `let g:sh_fold_enabled = 7` 等を指定しても無視されてしまいます
`$ vim`
やスクリプト以外を引数として起動し、その後スクリプトを開いた時は問題ありません…
-
**Is your feature request about something that is currently impossible or hard to do? Please describe the problem.**
`nix-shell` can be used as a shebang interpreter to make self-contained scripts,…
-
I'm using the clojure syntax files that come with my version of vim: 7.4.52. Using vader ad7f1b70ebcf76de86d1991732146f2ebabe3ba4.
When I write a test that tests clojure syntax, I get different resul…
-
Hi @romainl, do you think it makes sense to make `Conceal` linked to or the same as `NonText`?
It is used by several lsp plugins to show named params:
here you can see them in `close_buffer` fun…
-
Hi,
```
use({
"nmac427/guess-indent.nvim",
config = function()
require("guess-indent").setup({})
end,
})
```
Trying out this plugin with the config from the readme.
Sadly the au…
-
Hi there,
I am getting the error `No isort python module detected, you should install it. More info at https://github.com/fisadev/vim-isort` when trying to execute isort within Vim. Isort has corr…
-
### Did you check existing requests?
- [X] I have searched the existing issues
### Describe the feature
Provide different range formatting strategy(or mode): it would firstly extract the selected l…
-
latex-suite has a lot of features, it introduces normal mode and insert mode maps, sets options, provides templates, ... Not all users might need, use or want all of these but still prefer the other f…
-
I have scripts to update everything on my system at once, and one of the things I want to update is vim-plug and plugins.
I currently run:
`nvim -N -u ~/.config/nvim/init.vim -c 'PlugUpgrade | P…
-
Error seen on Neovim. I am using `wsl`.
My setup for Quarto in `init.lua`
```
{'quarto-dev/quarto-nvim',
dependencies = {
'jmbuhr/otter.nvim',
'nvim-treesitter/nvim-treesitte…