init.lua icon indicating copy to clipboard operation
init.lua copied to clipboard

indexing vim.cmd requires neovim version greater than 0.8.0

Open kevin820606 opened this issue 2 years ago • 2 comments

The version of Neovim provided by Debian and Ubuntu is currently 0.7.2, which may not fully support the use of the "vim.cmd." notation. Perhaps this is worth noting for those guys who want to try your vimrc setup.

kevin820606 avatar Dec 17 '22 09:12 kevin820606

@kevin820606 You can get latest version of neovim on Ubuntu or Debian by building neovim from source.

TheDistroHopper avatar Dec 17 '22 13:12 TheDistroHopper

Alternatively, just download the latest debian package from the nightly build. https://github.com/neovim/neovim/releases/tag/nightly

kimakan avatar Dec 17 '22 22:12 kimakan