Compare commits
No commits in common. "31013a56751c4face114216079db3e22c869aeae" and "ba8bd22858cea30726a6c487d1901151aae87ba1" have entirely different histories.
31013a5675
...
ba8bd22858
25
README.md
25
README.md
@ -11,25 +11,18 @@ git clone --depth 1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvi
|
|||||||
|
|
||||||
To run LSP (autocomplete) you will also need the server for that language.
|
To run LSP (autocomplete) you will also need the server for that language.
|
||||||
Currently, the languages servers that are configured are:
|
Currently, the languages servers that are configured are:
|
||||||
- bash (bashls)[https://github.com/bash-lsp/bash-language-server]
|
- bash (bashls)
|
||||||
- c/c++ (ccls)[https://github.com/MaskRay/ccls]
|
- c/c++ (ccls)
|
||||||
- prisma (prismals)[https://www.npmjs.com/package/@prisma/language-server]
|
- prisma (prismals)
|
||||||
- python (pylsp)[https://github.com/python-lsp/python-lsp-server]
|
- python (pylsp)
|
||||||
- rust (rust_analyzer)
|
- rust (rust_analyzer)
|
||||||
- svelte (sveltelsp)[https://github.com/sveltejs/language-tools]
|
- svelte (sveltelsp)
|
||||||
- tex (ltex)[https://github.com/valentjn/ltex-ls]
|
- tex (ltex)
|
||||||
- ts (tsserver)[https://github.com/typescript-language-server/typescript-language-server]
|
- ts (tsserver)
|
||||||
- vlang (vls)[https://github.com/vlang/vls]
|
- vlang (vls)
|
||||||
- zig (zls)[https://github.com/zigtools/zls]
|
- zig (zls)
|
||||||
|
|
||||||
## Instalation
|
|
||||||
|
|
||||||
1. After installing neovim and packer clone this repo to `.config/nvim`.
|
|
||||||
2. Start up NeoVim and run `:PackerSycn`
|
|
||||||
3. Restart neovim
|
|
||||||
|
|
||||||
## Some useful shortcuts
|
## Some useful shortcuts
|
||||||
|
|
||||||
- ' f': Find files uses fuzzy finding to search for files in the folder you are currently are
|
- ' f': Find files uses fuzzy finding to search for files in the folder you are currently are
|
||||||
- ' /': Search the files using grep
|
- ' /': Search the files using grep
|
||||||
- '<C-F>': Open file structure
|
- '<C-F>': Open file structure
|
||||||
|
Loading…
Reference in New Issue
Block a user