diff --git a/.config/nvim/lua/plugins/ashen.lua b/.config/nvim/lua/plugins/ashen.lua index 5ff0ab99..a25dd4fd 100644 --- a/.config/nvim/lua/plugins/ashen.lua +++ b/.config/nvim/lua/plugins/ashen.lua @@ -7,9 +7,10 @@ return { -- "folke/snacks.nvim", -- }, dev = true, - -- opts = { - -- -- colors = { blue = "#ffffff" }, - -- }, + opts = { + -- colors = { blue = "#ffffff" }, + hl = {}, + }, }, { "LazyVim/LazyVim", diff --git a/.config/nvim/spell/en.utf-8.add b/.config/nvim/spell/en.utf-8.add index 9a9ce77c..41160866 100644 --- a/.config/nvim/spell/en.utf-8.add +++ b/.config/nvim/spell/en.utf-8.add @@ -139,3 +139,4 @@ termguicolors ficcdaf Ashen's noice +Neovim's diff --git a/.config/nvim/spell/en.utf-8.add.spl b/.config/nvim/spell/en.utf-8.add.spl index 2aafa3b0..30695a45 100644 Binary files a/.config/nvim/spell/en.utf-8.add.spl and b/.config/nvim/spell/en.utf-8.add.spl differ