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