dev: better sile support
This commit is contained in:
parent
9087fabb66
commit
46ac917317
@ -146,6 +146,7 @@ ${builtins.readFile ./init.lua}
|
|||||||
EOF";
|
EOF";
|
||||||
packages.myVimPackage = {
|
packages.myVimPackage = {
|
||||||
start = (with pkgs.vimPlugins; [
|
start = (with pkgs.vimPlugins; [
|
||||||
|
vim-sile
|
||||||
nvim-tree-lua
|
nvim-tree-lua
|
||||||
nvim-lspconfig
|
nvim-lspconfig
|
||||||
packer-nvim
|
packer-nvim
|
||||||
|
@ -52,10 +52,6 @@ vim.cmd([[
|
|||||||
au BufNewFile,BufRead .bash_* set filetype=sh
|
au BufNewFile,BufRead .bash_* set filetype=sh
|
||||||
]])
|
]])
|
||||||
|
|
||||||
vim.cmd([[
|
|
||||||
au BufNewFile,BufRead *.sil set filetype=tex
|
|
||||||
]])
|
|
||||||
|
|
||||||
vim.cmd([[
|
vim.cmd([[
|
||||||
au BufNewFile,BufRead *.erl filetype indent off
|
au BufNewFile,BufRead *.erl filetype indent off
|
||||||
]])
|
]])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user