summaryrefslogtreecommitdiff
path: root/nvim/lua/codev.lua
blob: ed6c3300c4c6fcc91c20ad03a9924fde1d1b967e (plain)
1
2
3
4
5
6
7
8
9
10
11
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