Add modeline to modules
This commit is contained in:
parent
c2975dd61c
commit
00de1c1420
4 changed files with 8 additions and 0 deletions
|
|
@ -6,3 +6,5 @@ if not vim.loop.fs_stat(lazypath) then
|
|||
vim.fn.system { 'git', 'clone', '--filter=blob:none', '--branch=stable', lazyrepo, lazypath }
|
||||
end ---@diagnostic disable-next-line: undefined-field
|
||||
vim.opt.rtp:prepend(lazypath)
|
||||
|
||||
-- vim: ts=2 sts=2 sw=2 et
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue