summaryrefslogtreecommitdiff
path: root/mnv/runtime/ftplugin/nu.mnv
diff options
context:
space:
mode:
Diffstat (limited to 'mnv/runtime/ftplugin/nu.mnv')
-rw-r--r--mnv/runtime/ftplugin/nu.mnv17
1 files changed, 17 insertions, 0 deletions
diff --git a/mnv/runtime/ftplugin/nu.mnv b/mnv/runtime/ftplugin/nu.mnv
new file mode 100644
index 0000000000..0e63e35206
--- /dev/null
+++ b/mnv/runtime/ftplugin/nu.mnv
@@ -0,0 +1,17 @@
+" MNV filetype plugin
+" Language: Nushell
+" Maintainer: El Kasztano
+" URL: https://github.com/elkasztano/nushell-syntax-mnv
+" License: MIT <https://opensource.org/license/mit>
+" Last Change: 2025 Sep 05
+
+if exists("b:did_ftplugin")
+ finish
+endif
+let b:did_ftplugin = 1
+
+setlocal commentstring=#\ %s
+setlocal comments-=://
+setlocal formatoptions=tcroql
+
+let b:undo_ftplugin = "setl fo< cms< com<"