no more ltex

This commit is contained in:
Daylin Morgan 2023-11-28 11:41:19 -06:00
parent e53be01d13
commit 0e9edf437e
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -1,8 +1,23 @@
-- local function add_words()
-- local path = vim.fn.stdpath("config") .. "/spell/en.utf-8.add"
-- local words = {}
-- for word in io.open(path, "r"):lines() do
-- table.insert(words, word)
-- end
-- return words
-- end
--
return {
"neovim/nvim-lspconfig",
opts = {
-- autoformat = false,
servers = {
-- ltex = {
-- settings = {
-- ltex = {
-- dictionary = { ["en-US"] = add_words() },
-- },
-- },
-- },
pylsp = {
settings = {
pylsp = {