chore: chezmoi nvim plugin
This commit is contained in:
@@ -39,6 +39,7 @@ vim.pack.add(
|
||||
{ src = "https://github.com/mfussenegger/nvim-lint" }, -- Linter
|
||||
{ src = "https://github.com/rachartier/tiny-inline-diagnostic.nvim" }, -- Inline diagnostics
|
||||
{ src = "https://github.com/j-hui/fidget.nvim" }, -- LSP Status Popup
|
||||
{ src = "https://github.com/xvzc/chezmoi.nvim" }, -- Chezmoi dotfiles manager
|
||||
}
|
||||
)
|
||||
|
||||
@@ -80,8 +81,15 @@ vim.lsp.config("lua_ls", {
|
||||
}
|
||||
})
|
||||
-- Fidget
|
||||
require("fidget").setup()
|
||||
require("fidget").setup {
|
||||
|
||||
}
|
||||
|
||||
-- Diagnostic
|
||||
require('tiny-inline-diagnostic').setup()
|
||||
vim.diagnostic.config({ virtual_text = false })
|
||||
|
||||
-- Chezmoi
|
||||
require("chezmoi").setup {
|
||||
|
||||
}
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"plugins": {
|
||||
"chezmoi.nvim": {
|
||||
"rev": "4167bbec76f693f481a5243f1be521ff0ccf1a6d",
|
||||
"src": "https://github.com/xvzc/chezmoi.nvim"
|
||||
},
|
||||
"fidget.nvim": {
|
||||
"rev": "2cb5edb2dd6700a958a446b20bb2be04d318da9d",
|
||||
"src": "https://github.com/j-hui/fidget.nvim"
|
||||
|
||||
Reference in New Issue
Block a user