NOTE: This is not a post about: It is right, it is wrong, I am a pro or a newbie, This should be, or not. Just sharing my experience and if you can help me, I would appreciated so much.

God I need to specify.

Hi.

After drop emacs and change to vim. I love so many features in vim, but feels kind of incomplete after using emacs. So, returned to emacs and try it again.

https://github.com/chriztheanvill/emacs.git

Many points its fixed, but lack some:

(require 'tree-sitter) (require 'tree-sitter-hl) (require 'tree-sitter-langs) (require 'tree-sitter-debug) (require 'tree-sitter-query) (add-hook 'c-mode-hook #'tree-sitter-mode) (add-hook 'c++-mode-hook #'tree-sitter-mode) ;; (global-tree-sitter-mode) ;; Just the C++ files (add-hook 'tree-sitter-after-on-hook #'tree-sitter-hl-mode) 

;; ;; [SOLVED And fixed] ;; ;; Doc at bottom (add-to-list 'display-buffer-alist `(,(rx bos "*lsp-help*" eos) (display-buffer-reuse-window display-buffer-in-side-window) (side . bottom) (reusable-frames . visible) (window-height . 0.23))) ;; ;; Doc ;; ;; Updates at hover (add-hook 'lsp-eldoc-hook (lambda () (sleep-for 0 500) ;; Fix it :D (lsp-describe-thing-at-point) )) 

This is the VS Code: https://marketplace.visualstudio.com/items?itemName=bierner.docs-view

https://preview.redd.it/d6rcycwmxqn71.png?width=677&format=png&auto=webp&s=2adcb72a7b4a798c2b32b428efed61b877a20fc6

Also many of my problems at start that now are solved, was:

Why I returned to Emacs?

Things that I still do not like:

submitted by /u/lieddersturme
[link] [comments]