1

Neovim: Enable ltex lsp

This commit is contained in:
2024-08-15 13:00:33 +02:00
parent 549914f3a5
commit 8f566c5bcf

View File

@ -42,6 +42,7 @@ in {
pyright
rust-analyzer
texlab
ltex-ls
# Linters
checkstyle # java
@ -906,6 +907,7 @@ in {
{name = "cmake";}
{name = "lua_ls";}
{name = "nil_ls";}
{name = "ltex";}
{
name = "nixd";
# TODO: Figure out how to structure this attrset