Skip to content

Commit

Permalink
fix: pin none-ls to commit before deprecation warning
Browse files Browse the repository at this point in the history
I am in the process of updating the plugins list for my neovim config.

It seems a number of builtins are being deprecated in favor of newer
alternatives or language servers that include the same functionality.

On its face, I don't exactly agree with this change but I lack solid
understanding and can't be fucked to deal with it right now. So, I'm
pinning the version to just before the deprecation warning were
introduced.

This can be reverted once a preferred resolution can be determined.
For more information please see the relevant issue:

nvimtools/none-ls.nvim#58
  • Loading branch information
daephx committed Feb 26, 2024
1 parent 9376740 commit f3e4ec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/plugins/lsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ return {
},
{ -- Use Neovim as a language server
"nvimtools/none-ls.nvim",
commit = "bb680d7",
event = { "BufReadPost", "BufNewFile" },
dependencies = {
-- Collection of useful lua functions
Expand Down

0 comments on commit f3e4ec2

Please sign in to comment.