List some useful tools for editor to navigate, format or do others.
each editor has its own way to do this, but here is a surprising thing which is lsp designed by microsoft!
A precondition: using differnt sytle for different language.
Editorconfig is a tool to let all stuffs using the same coding style in a project.
vim is one of the best editor on the world. It provied a good editing method by normal, insert, visual and other modes.
- Vimawesome
- website lists famous vim plugins.
- vimwiki
- Personal Wiki for Vim for notes and others
rewritten version for vim. It provide more morden api & design, but it is under developing. It can be used to develop vim-like plugin for other editor.
- galore
- All things Vim!
Emacs is one of the best editor on the world. Its default editing mode is used in many morden editors such as all text input form on macos.
But I don’t like emacs default editing method. I use evil insteaded.
The most powerful thing is emacs-lisp. You can de anything here! So, why not
use it with vim.
And emacs author seems hardworking more than vim.
Here are some samples, but I suggest only take a look as a reference. Write config by yourself!
See configure
See lsp
- evil-guide
- a guide contains some FAQs.
- org mode
- org-contacts
- emms
- elfeed
- Dracula
- nano
- GNU Emacs / N Λ N O - Emacs made simple