diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-11-03 18:39:55 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-11-03 18:39:55 +0100 |
| commit | b309bce36158c7288b34b30280d32a17362c7e74 (patch) | |
| tree | 8892a92405902b19643c70aac3dc8c3ed7265c70 | |
| parent | feat: add window split related keybinds, options (diff) | |
| download | nvim-b309bce36158c7288b34b30280d32a17362c7e74.tar.gz | |
feat: add empty space to Rust's `commentstring`
| -rw-r--r-- | after/ftplugin/rust.lua | 1 | ||||
| -rw-r--r-- | spell/en.utf-8.add | 3 | ||||
| -rw-r--r-- | spell/en.utf-8.add.spl | bin | 324 -> 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 Binary files differindex d86e62e..0bed761 100644 --- a/spell/en.utf-8.add.spl +++ b/spell/en.utf-8.add.spl |
