1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Compare commits

..

No commits in common. "b0b30a9e3d677008fae6b833ac3c43b94ca95fc2" and "b14a63701443f036880e248519cb5ef13afbe4e9" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View File

@ -52,7 +52,7 @@
;;eshell ; a consistent, cross-platform shell (WIP)
;;shell ; a terminal REPL for Emacs
;;term ; terminals in Emacs
vterm ; another terminals in Emacs
;;vterm ; another terminals in Emacs
:checkers
syntax

View File

@ -1,14 +1,14 @@
{
"dependencies": {
"coc-css": ">=1.2.6",
"coc-css": ">=1.2.5",
"coc-go": ">=0.12.0",
"coc-html": ">=1.3.1",
"coc-html": ">=1.2.4",
"coc-jest": ">=1.1.1",
"coc-json": ">=1.3.2",
"coc-pairs": ">=1.2.21",
"coc-python": ">=1.2.12",
"coc-rust-analyzer": ">=0.13.0",
"coc-tsserver": ">=1.6.0",
"coc-rust-analyzer": ">=0.9.0",
"coc-tsserver": ">=1.5.8",
"coc-yaml": ">=1.1.0"
}
}