no more ltex
This commit is contained in:
parent
e53be01d13
commit
0e9edf437e
1 changed files with 16 additions and 1 deletions
|
@ -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 {
|
return {
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
opts = {
|
opts = {
|
||||||
-- autoformat = false,
|
|
||||||
servers = {
|
servers = {
|
||||||
|
-- ltex = {
|
||||||
|
-- settings = {
|
||||||
|
-- ltex = {
|
||||||
|
-- dictionary = { ["en-US"] = add_words() },
|
||||||
|
-- },
|
||||||
|
-- },
|
||||||
|
-- },
|
||||||
pylsp = {
|
pylsp = {
|
||||||
settings = {
|
settings = {
|
||||||
pylsp = {
|
pylsp = {
|
||||||
|
|
Loading…
Reference in a new issue