From b309bce36158c7288b34b30280d32a17362c7e74 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Mon, 3 Nov 2025 18:39:55 +0100 Subject: feat: add empty space to Rust's `commentstring` --- after/ftplugin/rust.lua | 1 + spell/en.utf-8.add | 3 +++ spell/en.utf-8.add.spl | Bin 324 -> 359 bytes 3 files changed, 4 insertions(+) create mode 100644 after/ftplugin/rust.lua diff --git a/after/ftplugin/rust.lua b/after/ftplugin/rust.lua new file mode 100644 index 0000000..2821b78 --- /dev/null +++ b/after/ftplugin/rust.lua @@ -0,0 +1 @@ +vim.cmd [[set commentstring=//\ %s]] diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add index 5f2dc74..80c3733 100644 --- a/spell/en.utf-8.add +++ b/spell/en.utf-8.add @@ -21,3 +21,6 @@ sourcehut sr.ht colorschemes struct +TODO +selectable +iced's diff --git a/spell/en.utf-8.add.spl b/spell/en.utf-8.add.spl index d86e62e..0bed761 100644 Binary files a/spell/en.utf-8.add.spl and b/spell/en.utf-8.add.spl differ -- cgit v1.2.3