Files
nvim/lua/conf/plugins/lsp_lines.lua
2025-04-17 11:41:32 -05:00

5 lines
132 B
Lua

return { 'whynothugo/lsp_lines',
url = 'https://git.sr.ht/~whynothugo/lsp_lines.nvim',
disable = not vim.fn.has("nvim-0.8.0")
}