From 0847d51c8f9ee4d807fa899917642132812dbc98 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Mon, 9 Oct 2023 06:10:50 -0700 Subject: [PATCH] :memo: Configure emmet-ls for updated neovim config --- .config/nvim/lua/neovim/packer.lua | 1 - updates.txt | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) 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