dev: better sile support

This commit is contained in:
Jeremy Wall 2024-08-11 16:03:11 -04:00
parent 9087fabb66
commit 46ac917317
2 changed files with 1 additions and 4 deletions

View File

@ -146,6 +146,7 @@ ${builtins.readFile ./init.lua}
EOF";
packages.myVimPackage = {
start = (with pkgs.vimPlugins; [
vim-sile
nvim-tree-lua
nvim-lspconfig
packer-nvim

View File

@ -52,10 +52,6 @@ vim.cmd([[
au BufNewFile,BufRead .bash_* set filetype=sh
]])
vim.cmd([[
au BufNewFile,BufRead *.sil set filetype=tex
]])
vim.cmd([[
au BufNewFile,BufRead *.erl filetype indent off
]])