kiennq/emacs-mini-modeline 121
Display emacs mode line in minibuffer
Scripts to build a distribution of Emacs from sources, using MSYS2 and Mingw64(32)
Github markdown preview using Github API for Emacs
Kipalog's plugin for Emacs
Clipboard tool that monitor clipboard and support delay-redering for any text editor
The silver searcher with helm interface
clipboard for golang
A company front-end with icons
No blocked company backend for completion-at-point function
Modular in-buffer completion framework for Emacs
push eventemacs-lsp/lsp-mode
commit sha 72f68ee62fc09dc7d69727f464bb3192874f4a92
deploy: 7dbe2cb9f30ec5b0eacc9654e21a4389a5fea6c9
push time in 6 hours
pull request commentemacs-lsp/lsp-mode
Thank you @petr-tik!
comment created time in 6 hours
push eventemacs-lsp/lsp-mode
commit sha 7dbe2cb9f30ec5b0eacc9654e21a4389a5fea6c9
Fix rust servers custom docs (#2881) Following the example of different PHP servers, create separate pages for rust-analyzer and rust-rls move the gifs to the examples dir with other media Close #2848
push time in 6 hours
PR merged emacs-lsp/lsp-mode
Following the example of different PHP servers, create separate pages for rust-analyzer and rust-rls
move the gifs to the examples dir with other media
Close #2848
pr closed time in 6 hours
issue closedemacs-lsp/lsp-mode
Tidy up lsp-rust.md documentation
Checked the rust doc page https://emacs-lsp.github.io/lsp-mode/page/lsp-rust/ after my PR got merged #2776
Three things stood out:
- The gifs that I added aren't rendered https://github.com/emacs-lsp/lsp-mode/pull/2776/files?file-filters%5B%5D=.gif
I placed my gifs in docs/manual-language-docs, while all other media lives in top-level examples/
- The server section still defaults to RLS https://emacs-lsp.github.io/lsp-mode/page/lsp-rust/#server
Though rust-analyzer has yet to become the official LSP server for rust, it's already widely used and is the recommended server. lsp-mode documentation should reflect that and be consistent with the default config.
- The RLS section is above rust-analyzer https://emacs-lsp.github.io/lsp-mode/page/lsp-rust/#rls
Same as above it's worth placing the now default rust-analyzer above rls in the docs.
closed time in 6 hours
petr-tikPull request review commentemacs-lsp/lsp-mode
Automatic installation for clangd
(declare-function flycheck-error-group "ext:flycheck" (err) t) (declare-function flycheck-error-message "ext:flycheck" (err) t) +(defcustom lsp-clangd-download-url+ (pcase system-type+ ('gnu/linux "https://github.com/clangd/clangd/releases/download/12.0.0/clangd-linux-12.0.0.zip")
Maybe have a different defcustom for the version? to avoid users changing both here and the lsp-clangd-binary-path too
comment created time in 7 hours
pull request commentemacs-lsp/lsp-mode
@yyoncho LGTM, I think we can merge it and check if those 5 vars are present
comment created time in 7 hours
push eventemacs-lsp/lsp-mode
commit sha ce4258ce080ba3155cc150f389959cf0ccc9f094
deploy: d8db64aa3470952cbf49f677ef4e51c97ef60ba5
push time in 8 hours
PR opened emacs-lsp/lsp-mode
Tested only on linux. After the merge I will update cpp tutorial.
pr created time in 8 hours
push eventemacs-lsp/lsp-mode
commit sha d8db64aa3470952cbf49f677ef4e51c97ef60ba5
Use lsp-activate-on for clangd (#2948)
push time in 8 hours
pull request commentemacs-lsp/lsp-mode
@ericdallo anything else here?
comment created time in 8 hours
push eventemacs-lsp/lsp-mode
commit sha ad54c357b307cfd5def64efe485a8c8a91abbcb3
deploy: 2e53f846a29fc818c8f05beb652aed089cdaaf04
push time in 8 hours
push eventemacs-lsp/lsp-mode
commit sha 2e53f846a29fc818c8f05beb652aed089cdaaf04
Add lsp-load/save-vscode-workspace (#2935) - related to gitpod effort, we need standartized way to load workspace folders
push time in 8 hours
PR merged emacs-lsp/lsp-mode
- related to gitpod effort, we need standartized way to load workspace folders
pr closed time in 8 hours
startedjustbur/emacs-vdiff
started time in 9 hours
push eventemacs-lsp/lsp-mode
commit sha 9002c68e8eb53f0d4b7abdbfb25cc1a54ad65ce2
deploy: 7f7455321db70121e65a1758218398c1ed741fae
push time in 12 hours
push eventemacs-lsp/lsp-mode
commit sha 7f7455321db70121e65a1758218398c1ed741fae
Activate css-languageserver for "scss" and "sass" (#2949)
push time in 12 hours
pull request commentemacs-lsp/lsp-mode
Activate css-languageserver for "scss" and "sass"
Thank you!
comment created time in 12 hours
push eventemacs-lsp/lsp-mode
commit sha 5f5f41ff2348f3ae87cbe406354241746e550f36
deploy: 124f20a41bed744a6593f6097aa77b3ebd61b38c
push time in 13 hours
fork audreyt/accept-language-parser
It parses the accept-language header from an HTTP request
https://www.npmjs.com/package/accept-language-parser
fork in 17 hours
startededubart/nelua-lang
started time in 19 hours
pull request commentemacs-lsp/lsp-mode
Add Roblox Lua Language Server
@kiennq after implementing the changes you suggested, I could never get the (set-file-modes) line to run. When I evaluated that same code with the same values, it would work; just not during the download / installation process. I reverted the :download-server-fn for this addition and opted to not use the lsp-dependency mechanism for now to get it into a working state.
comment created time in 21 hours