diff --git a/nvim/lua/kogakure/lsp/mason.lua b/nvim/lua/kogakure/lsp/mason.lua index 3d78fa4..b0b0366 100644 --- a/nvim/lua/kogakure/lsp/mason.lua +++ b/nvim/lua/kogakure/lsp/mason.lua @@ -26,7 +26,7 @@ local servers = { "pyright", "rust_analyzer", "sourcery", - "stylelint_lsp", + --[[ "stylelint_lsp", ]] "sumneko_lua", "svelte", "tailwindcss", diff --git a/nvim/lua/kogakure/plugins.lua b/nvim/lua/kogakure/plugins.lua index 1b1565f..c4ac699 100644 --- a/nvim/lua/kogakure/plugins.lua +++ b/nvim/lua/kogakure/plugins.lua @@ -149,6 +149,7 @@ return packer.startup(function(use) use("wuelnerdotexe/vim-astro") -- Astro support use("MunifTanjim/prettier.nvim") -- Prettier use("untitled-ai/jupyter_ascending.vim") -- Interact with jupyter_ascending + use("rhysd/vim-grammarous") -- A powerful grammar checker for Vim using LanguageTool -- Custom Text Objects use("christoomey/vim-titlecase")