mirror of
https://github.com/zoriya/dotfiles.git
synced 2026-06-08 20:45:01 +00:00
Adding lsp progress indicator
This commit is contained in:
@@ -88,6 +88,7 @@ return packer.startup(function(use)
|
||||
requires = { "nvim-treesitter/nvim-treesitter", "neovim/nvim-lspconfig" },
|
||||
config = function() require('dim').setup({}) end
|
||||
}
|
||||
use { "j-hui/fidget.nvim", config = function() require("fidget").setup {} end }
|
||||
|
||||
|
||||
use { "nvim-treesitter/nvim-treesitter", run = ":TSUpdate" }
|
||||
|
||||
Reference in New Issue
Block a user