Update user.lua

This commit is contained in:
Adrian Filip 2023-05-04 21:52:38 +03:00 committed by GitHub
parent 21d02b0f64
commit 551c6b6b89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ return {
},
{
"https://git.sr.ht/~whynothugo/lsp_lines.nvim",
-- todo - make it always load
ft = { "sbt", "scala", "java" },
config = function()
require("lsp_lines").setup()
end,