Added fidget plugin for neovim
This commit is contained in:
parent
3814de3b01
commit
71328411bb
|
@ -49,6 +49,7 @@ function M.setup()
|
|||
"udalov/kotlin-vim", -- kotlin support
|
||||
"haringsrob/nvim_context_vt", -- show context on closing parenthesis
|
||||
"vuki656/package-info.nvim", -- shows latest versions in package.json
|
||||
"j-hui/fidget.nvim", -- show progress for lsp stuff
|
||||
-- Git stuff
|
||||
"ruifm/gitlinker.nvim", -- generate permalinks for code
|
||||
"TimUntersberger/neogit" -- magit clone
|
||||
|
|
|
@ -5,6 +5,7 @@ function M.setup()
|
|||
require('nvim-autopairs').setup()
|
||||
require "gitlinker".setup()
|
||||
require('nvim_comment').setup()
|
||||
require('fidget').setup()
|
||||
|
||||
vscode.unless(function()
|
||||
require("presence"):setup({})
|
||||
|
|
Loading…
Reference in a new issue