diff --git a/.config/nvim/lua/neovim/packer.lua b/.config/nvim/lua/neovim/packer.lua index f7078a27..70f59848 100644 --- a/.config/nvim/lua/neovim/packer.lua +++ b/.config/nvim/lua/neovim/packer.lua @@ -26,7 +26,6 @@ return require("packer").startup(function(use) use({ "f-person/git-blame.nvim" }) use({ "kkoomen/vim-doge", run = ":call doge#install()" }) -- use({ "norcalli/nvim-colorizer.lua" }) - use({ "mattn/emmet-vim" }) use({ "windwp/nvim-autopairs" }) use({ "simeji/winresizer" }) use({ "sbdchd/neoformat" }) diff --git a/updates.txt b/updates.txt index 1cf0af30..4c855d41 100644 --- a/updates.txt +++ b/updates.txt @@ -338,3 +338,6 @@ Research and pray it works...keep a good iso handy for chrooting... 10/06/2023 Install arch-install-scripts doas pacman -S arch-install-scripts + +10/09/2023 +In neovim, install emmet-ls for use in javascriptreact files