aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-11-03 18:39:55 +0100
committerPolesznyák Márk <contact@pml68.dev>2025-11-03 18:39:55 +0100
commitb309bce36158c7288b34b30280d32a17362c7e74 (patch)
tree8892a92405902b19643c70aac3dc8c3ed7265c70
parentfeat: add window split related keybinds, options (diff)
downloadnvim-b309bce36158c7288b34b30280d32a17362c7e74.tar.gz
feat: add empty space to Rust's `commentstring`
-rw-r--r--after/ftplugin/rust.lua1
-rw-r--r--spell/en.utf-8.add3
-rw-r--r--spell/en.utf-8.add.splbin324 -> 359 bytes
3 files changed, 4 insertions, 0 deletions
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
--- a/spell/en.utf-8.add.spl
+++ b/spell/en.utf-8.add.spl
Binary files differ