From bf3c2c80033c9787e26314a45729f0fc159e25dd Mon Sep 17 00:00:00 2001 From: Adam Bellinson Date: Tue, 16 Jan 2024 10:30:44 -0500 Subject: [PATCH] add fileline.nvim --- lua/custom/plugins.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/custom/plugins.lua b/lua/custom/plugins.lua index 34795a7..cf5a914 100644 --- a/lua/custom/plugins.lua +++ b/lua/custom/plugins.lua @@ -152,6 +152,7 @@ local plugins = { { "rouge8/neotest-rust" }, { "jfpedroza/neotest-elixir" }, + { "lewis6991/fileline.nvim", lazy = false }, { "nvim-neotest/neotest",