diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-08-09 21:27:13 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-08-09 21:27:13 +0200 |
commit | c2a93f51705c4e5fbb75d3218758c018138ce1ca (patch) | |
tree | c29ef82cff78f0bdeb29e16a3224a795c18ece20 /.config/nvim/after/ftplugin/oryx.lua | |
parent | b21ab254ba390515ded0124f556188cdc42cbe77 (diff) |
nvim: Add missing runtime files
Diffstat (limited to '.config/nvim/after/ftplugin/oryx.lua')
-rw-r--r-- | .config/nvim/after/ftplugin/oryx.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/after/ftplugin/oryx.lua b/.config/nvim/after/ftplugin/oryx.lua new file mode 100644 index 0000000..984111a --- /dev/null +++ b/.config/nvim/after/ftplugin/oryx.lua @@ -0,0 +1 @@ +vim.bo.commentstring = '/* %s */' |