diff options
| author | iamcheeseman <[email protected]> | 2026-04-10 07:23:54 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-04-10 07:24:21 -0400 |
| commit | 6bb61d385a42c2988e89b86156b257c7ed66c24a (patch) | |
| tree | 1d6fcb2d3e46dd1d1008ee99af503b0fdf27d130 /.config/nvim/ftplugin/microscript.vim | |
| parent | 7ccd9aff374705a44402d8b77ae613af960ea58c (diff) | |
nvim: add microscript support
Diffstat (limited to '.config/nvim/ftplugin/microscript.vim')
| -rw-r--r-- | .config/nvim/ftplugin/microscript.vim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/nvim/ftplugin/microscript.vim b/.config/nvim/ftplugin/microscript.vim new file mode 100644 index 0000000..13f29fc --- /dev/null +++ b/.config/nvim/ftplugin/microscript.vim @@ -0,0 +1,7 @@ +if exists("b:did_ftplugin") + finish +endif +let b:did_ftplugin = 1 + +setlocal comments=# +setlocal commentstring=#\ %s |
