supermaven-inc / supermaven-nvim

The official Neovim plugin for Supermaven
https://supermaven.com/
MIT License
279 stars 16 forks source link

feat: added nvim v0.10.0 deprecated API support #32

Closed AlejandroSuero closed 1 month ago

AlejandroSuero commented 1 month ago

Changes made

vim.api.nvim_win_set_option and vim.api.nvim_buf_set_option are combined into vim.api.nvim_set_option_value from v0.10.0 onwards.

[!NOTE] For height and width it can be used vim.o.lines and vim.o.columns if we want to drop the vim.api.nvim_get_option or vim.api.nvim_get_option_value.

Reference