mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:9.0.1256: NetworkManager connection files are not recognized (#22038)
Problem: NetworkManager connection files are not recognized.
Solution: Add a pattern for NetworkManager connection files. (closes vim/vim#11893)
04e4f1d985
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
@@ -226,6 +226,7 @@ local extension = {
|
||||
hook = function(path, bufnr)
|
||||
return M.getlines(bufnr, 1) == '[Trigger]' and 'conf'
|
||||
end,
|
||||
nmconnection = 'confini',
|
||||
mklx = 'context',
|
||||
mkiv = 'context',
|
||||
mkii = 'context',
|
||||
|
||||
Reference in New Issue
Block a user