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 /after/ftplugin | |
| parent | feat: add window split related keybinds, options (diff) | |
| download | nvim-b309bce36158c7288b34b30280d32a17362c7e74.tar.gz | |
feat: add empty space to Rust's `commentstring`
Diffstat (limited to '')
| -rw-r--r-- | after/ftplugin/rust.lua | 1 |
1 files changed, 1 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]] |
