summaryrefslogtreecommitdiff
path: root/nvim_old/lua/codev.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim_old/lua/codev.lua')
-rw-r--r--nvim_old/lua/codev.lua11
1 files changed, 0 insertions, 11 deletions
diff --git a/nvim_old/lua/codev.lua b/nvim_old/lua/codev.lua
deleted file mode 100644
index ed6c330..0000000
--- a/nvim_old/lua/codev.lua
+++ /dev/null
@@ -1,11 +0,0 @@
-vim.api.nvim_exec2([[
- augroup SeqFileType
- autocmd!
- autocmd BufRead,BufNewFile *.seq set filetype=seq
- autocmd BufRead,BufNewFile *.seq set syntax=codev
- autocmd BufRead,BufNewFile *.lis set filetype=lis
- autocmd BufRead,BufNewFile *.lis set syntax=codelis
- augroup END
-]], {})
-
-vim.api.nvim_exec2([[autocmd FileType seq set commentstring=!%s]], {})
Back to https://optics-design.com