mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
feat(nvim): add LanguageTool for Neovim
This commit is contained in:
@@ -26,7 +26,7 @@ local servers = {
|
||||
"pyright",
|
||||
"rust_analyzer",
|
||||
"sourcery",
|
||||
"stylelint_lsp",
|
||||
--[[ "stylelint_lsp", ]]
|
||||
"sumneko_lua",
|
||||
"svelte",
|
||||
"tailwindcss",
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user