EdenEast / nightfox.nvim

🦊A highly customizable theme for vim and neovim with support for lsp, treesitter and a variety of plugins.
MIT License
2.86k stars 134 forks source link

Update feline.lua #442

Open nkarl opened 3 weeks ago

nkarl commented 3 weeks ago

Using vim.lsp.buf_get_clients and querying the current buffer by the 0th index are deprecated in Nvim 0.12.

Changed to use vim.lsp.get_clients and with the buffer number provided.