summaryrefslogtreecommitdiff
path: root/nvim_old/lua/codev.lua
diff options
context:
space:
mode:
authoradmin <contact@optics-design.com>2025-05-11 00:44:28 +0200
committeradmin <contact@optics-design.com>2025-05-11 00:44:28 +0200
commita594f70a51e5636ad473fe7808b2247158300206 (patch)
treea27de02b67d03e64ca534e8dd22b0d1866018ae8 /nvim_old/lua/codev.lua
parent102f9a5608cbb7b5553cd0d1862b6bd8e40c8075 (diff)
deleted old neovim config
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