Add status line
This commit is contained in:
parent
4997b04b36
commit
7b39506950
@ -4,6 +4,11 @@ local function manage_plugins()
|
|||||||
["https://github.com/faerryn/plogins.nvim.git"] = {},
|
["https://github.com/faerryn/plogins.nvim.git"] = {},
|
||||||
["https://github.com/tpope/vim-sensible.git"] = {},
|
["https://github.com/tpope/vim-sensible.git"] = {},
|
||||||
["https://github.com/neovim/nvim-lspconfig.git"] = {},
|
["https://github.com/neovim/nvim-lspconfig.git"] = {},
|
||||||
|
["https://github.com/ojroques/nvim-hardline.git"] = {
|
||||||
|
packadd_hook = function()
|
||||||
|
require('hardline').setup()
|
||||||
|
end
|
||||||
|
},
|
||||||
|
|
||||||
-- COQ
|
-- COQ
|
||||||
["https://github.com/ms-jpq/coq_nvim.git"] = {},
|
["https://github.com/ms-jpq/coq_nvim.git"] = {},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user