Neovim-from-scratch icon indicating copy to clipboard operation
Neovim-from-scratch copied to clipboard

Removed unnecessary use of `vim.cmd` in plugins.lua

Open aflyingpumpkin opened this issue 3 years ago • 0 comments

In neovim 0.7 using vim.cmd is no longer needed for autocmds, also using packadd as in vim.cmd was never necessary.

aflyingpumpkin avatar Apr 18 '22 23:04 aflyingpumpkin