aboutsummaryrefslogtreecommitdiff
path: root/runtime/ftplugin/css.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-04-02 23:01:48 +0800
committerGitHub <noreply@github.com>2023-04-02 23:01:48 +0800
commit269dd747b6e61842856031ca14ac26ee884ede4c (patch)
treeb1c0c4f2bd6ebdab076b8b36216d26c77e77b83a /runtime/ftplugin/css.lua
parent3a4db8154ff043f044ab18d5fced42bffb1002fd (diff)
downloadrneovim-269dd747b6e61842856031ca14ac26ee884ede4c.tar.gz
rneovim-269dd747b6e61842856031ca14ac26ee884ede4c.tar.bz2
rneovim-269dd747b6e61842856031ca14ac26ee884ede4c.zip
refactor(defaults)!: change default 'commentstring' value to empty (#22862)
Diffstat (limited to 'runtime/ftplugin/css.lua')
-rw-r--r--runtime/ftplugin/css.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/ftplugin/css.lua b/runtime/ftplugin/css.lua
new file mode 100644
index 0000000000..b4e68148f5
--- /dev/null
+++ b/runtime/ftplugin/css.lua
@@ -0,0 +1 @@
+vim.bo.commentstring = '/*%s*/'