diff options
Diffstat (limited to '')
| -rw-r--r-- | Dockerfile | 1 | ||||
| -rw-r--r-- | lua/pml68/settings.lua | 3 | ||||
| -rw-r--r-- | spell/en.utf-8.add | 2 | ||||
| -rw-r--r-- | spell/en.utf-8.add.spl | bin | 60 -> 92 bytes |
4 files changed, 3 insertions, 3 deletions
@@ -34,7 +34,6 @@ RUN apk add --no-cache texlive \ texlive-binextra \ texmf-dist-fontutils \ texmf-dist-fontsrecommended \ - texmf-dist-formatsextra \ texmf-dist-langenglish \ texmf-dist-langeuropean \ texmf-dist-latexextra \ diff --git a/lua/pml68/settings.lua b/lua/pml68/settings.lua index 3c9f44a..3361a7c 100644 --- a/lua/pml68/settings.lua +++ b/lua/pml68/settings.lua @@ -16,12 +16,11 @@ end local function get_attached_clients() - local buf_clients = vim.lsp.get_active_clients({ bufnr = 0 }) + local buf_clients = vim.lsp.get_clients({ bufnr = 0 }) if #buf_clients == 0 then return "LSP Inactive" end - local buf_ft = vim.bo.filetype local buf_client_names = {} for _, client in pairs(buf_clients) do diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add index d024338..7852b30 100644 --- a/spell/en.utf-8.add +++ b/spell/en.utf-8.add @@ -1,3 +1,5 @@ nvim Neovim config +wayland +stdout diff --git a/spell/en.utf-8.add.spl b/spell/en.utf-8.add.spl Binary files differindex 13e9495..3f7da4f 100644 --- a/spell/en.utf-8.add.spl +++ b/spell/en.utf-8.add.spl |
