怕“湿身”!2017款欧尚为您撑起安全这把“伞”
5 questions
1
vote
3
answers
372
views
Using a different colorscheme for composing mail
I am using the LazyVim distribution with the lazy.nvim plugin. I would like to use the Solarized light color scheme for when I write an email in mutt (in the compose window). Othertimes, I would like ...
2
votes
1
answer
90
views
Why does explicitly setting `filetype plugin indent on` in neovim have an effect?
I'm using neovim 0.10.1 where filetype plugin indent on is a default value and supposedly not necessary anymore in init.vim. However, explicitly setting it makes my
In my init.vim I add compatibility ...
0
votes
1
answer
75
views
Neovim vim.g.ftplugin_sql_omni_key = 0 not working
I am trying to edit an sql file in neovim. However the ftplugin/sql.vim (which I cant even find) sets some keybindings that start with <C-c> which is my <ESC> key.
I want searched the ...
0
votes
1
answer
29
views
Setting guard variables does not prevent default ftplugin/syntax/indent files from running
I want to prevent the default ftplugin/syntax/indent files from running for tex files.
I have a tex.vim in the $XDG_CONFIG_HOME/nvim/ftplugin directory, i confirmed it runs before the default ftplugin/...
3
votes
1
answer
3k
views
Neovim automatically run command when opening a filetype from ftplugin file
I have Neovim setup with configurations for file types separated into ftplugin files.
I would like to have Neovim start the Goyo plugin when I open a markdown file. However, I would like to keep this ...