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 {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user