From 7b39506950b6c6cdba8e1dfe27a9715384d39449 Mon Sep 17 00:00:00 2001 From: Steins7 Date: Tue, 18 Oct 2022 15:06:34 +0200 Subject: [PATCH] Add status line --- lua/plugins.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua/plugins.lua b/lua/plugins.lua index e07ce1f..5fbf629 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -4,6 +4,11 @@ local function manage_plugins() ["https://github.com/faerryn/plogins.nvim.git"] = {}, ["https://github.com/tpope/vim-sensible.git"] = {}, ["https://github.com/neovim/nvim-lspconfig.git"] = {}, + ["https://github.com/ojroques/nvim-hardline.git"] = { + packadd_hook = function() + require('hardline').setup() + end + }, -- COQ ["https://github.com/ms-jpq/coq_nvim.git"] = {},