diff options
Diffstat (limited to 'lua/conf/plugins/lsp_lines.lua')
-rw-r--r-- | lua/conf/plugins/lsp_lines.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/conf/plugins/lsp_lines.lua b/lua/conf/plugins/lsp_lines.lua index e28aec8..9ccaa73 100644 --- a/lua/conf/plugins/lsp_lines.lua +++ b/lua/conf/plugins/lsp_lines.lua @@ -1,3 +1,4 @@ return { 'whynothugo/lsp_lines', - url = 'https://git.sr.ht/~whynothugo/lsp_lines.nvim' + url = 'https://git.sr.ht/~whynothugo/lsp_lines.nvim', + disable = not vim.fn.has("nvim-0.8.0") } |