mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
Fix impatient.nvim
This commit is contained in:
parent
0d87f0c247
commit
e55f52a769
2 changed files with 4 additions and 4 deletions
|
@ -233,10 +233,10 @@
|
|||
:bakpakin/fennel.vim {}
|
||||
:evanleck/vim-svelte {})
|
||||
|
||||
(require "packer_compiled")
|
||||
|
||||
; >>>
|
||||
|
||||
(require "packer_compiled")
|
||||
|
||||
; vim:foldmarker=<<<,>>>
|
||||
|
||||
|
|
|
@ -23,9 +23,9 @@ end
|
|||
-- Bootstrap essential plugins required for installing and loading the rest.
|
||||
ensure("wbthomason", "packer.nvim", "master")
|
||||
ensure("Olical", "aniseed", "develop")
|
||||
-- ensure("Olical", "aniseed", "v3.22.0")
|
||||
--ensure("wbthomason", "packer.nvim", "master", "daec6c759f95cd8528e5dd7c214b18b4cec2658c")
|
||||
--ensure("Olical", "aniseed", "v3.21.0")
|
||||
ensure("lewis6991", "impatient.nvim")
|
||||
|
||||
require("impatient")
|
||||
|
||||
|
||||
vim.g["aniseed#env"] = {
|
||||
|
|
Loading…
Reference in a new issue