dev: better sile support
This commit is contained in:
parent
9087fabb66
commit
46ac917317
@ -146,6 +146,7 @@ ${builtins.readFile ./init.lua}
|
||||
EOF";
|
||||
packages.myVimPackage = {
|
||||
start = (with pkgs.vimPlugins; [
|
||||
vim-sile
|
||||
nvim-tree-lua
|
||||
nvim-lspconfig
|
||||
packer-nvim
|
||||
|
@ -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
|
||||
]])
|
||||
|
Loading…
x
Reference in New Issue
Block a user