mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 09:44:59 +01:00
Fix neovim - nvim tree nightly branch gone, and install nvim-nio
This commit is contained in:
parent
fae43fa0c8
commit
691c147318
|
@ -20,6 +20,9 @@ require("packer").startup(function()
|
|||
-- Packer package manager
|
||||
use("wbthomason/packer.nvim")
|
||||
|
||||
-- nvim-nio
|
||||
use("nvim-neotest/nvim-nio")
|
||||
|
||||
-- OneDark color scheme
|
||||
-- use("navarasu/onedark.nvim")
|
||||
|
||||
|
@ -58,7 +61,6 @@ require("packer").startup(function()
|
|||
requires = {
|
||||
'nvim-tree/nvim-web-devicons', -- file icons
|
||||
},
|
||||
tag = 'nightly'
|
||||
}
|
||||
|
||||
-- ToggleTerm
|
||||
|
|
Loading…
Reference in a new issue