mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(emacs-evil): Make emacs look like a Vim
This commit is contained in:
parent
5dc5ba0c5f
commit
ffcc8fb768
8 changed files with 114 additions and 8 deletions
13
tools/emacs.d/lisp/init-lsp.el
Normal file
13
tools/emacs.d/lisp/init-lsp.el
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
;;; init-lsp.el
|
||||
;;; First edit on 2025/01/29
|
||||
;;; Stores Language Server Protocol Configs
|
||||
;;; FIXME: Cannot install `lsp-mode` plugin, this file will not be loaded by Emacs for now
|
||||
|
||||
(use-package lsp-mode
|
||||
:commands (lsp lsp-deferred)
|
||||
:hook (prog-mode . lsp-deferred))
|
||||
|
||||
|
||||
;; (setq package-check-signature t)
|
||||
(provide 'init-lsp)
|
||||
;;; init-lsp.el ends
|
||||
Loading…
Add table
Add a link
Reference in a new issue