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"] = {},