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

Compare commits

...

2 Commits

Author SHA1 Message Date
Ryan Kes
b0b30a9e3d enabled vterm in emacs 2020-11-01 14:37:20 +01:00
Ryan Kes
c96aa7d5fd updated coc extension packages 2020-11-01 14:36:40 +01:00
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.5",
"coc-css": ">=1.2.6",
"coc-go": ">=0.12.0",
"coc-html": ">=1.2.4",
"coc-html": ">=1.3.1",
"coc-jest": ">=1.1.1",
"coc-json": ">=1.3.2",
"coc-pairs": ">=1.2.21",
"coc-python": ">=1.2.12",
"coc-rust-analyzer": ">=0.9.0",
"coc-tsserver": ">=1.5.8",
"coc-rust-analyzer": ">=0.13.0",
"coc-tsserver": ">=1.6.0",
"coc-yaml": ">=1.1.0"
}
}