Conversation

924312

PR Summary

Not super familiar with Neovim but this is deprecated

vim.api.nvim_buf_set_option(bufnr, 'omnifunc', 'v:lua.vim.lsp.omnifunc')

and I believe this is the fix

vim.api.nvim_set_option_value("omnifunc", "v:lua.vim.lsp.omnifunc", { buf = bufnr })

PR Context

@924312924312 requested a review from a team as a code owner May 27, 2025 07:08

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TY

@andyleejordanandyleejordan changed the title Update getting_started.md - replace deprecated API method Update deprecated API method in docs Jun 18, 2025
@andyleejordanandyleejordan enabled auto-merge (squash) June 18, 2025 03:49
Sign up for free to join this conversation on . Already have an account? Sign in to comment
None yet
None yet

Successfully merging this pull request may close these issues.