Skip to content

Commit

Permalink
📚documents(README.md): nvim lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
cutbypham committed Mar 18, 2022
1 parent 7ebc8b2 commit 84bc1b8
Showing 1 changed file with 28 additions and 3 deletions.
31 changes: 28 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@

#### Fzf

- `;` in normal mode: open vim command with fzf completion (`space + ;` in normal mode for coc list command)
- `;` in normal mode: open vim command with fzf completion
- `space + f`: find file in current path (`space + F` in home)
- `space + h`: open fzf history files
- `space + j`: open fzf with rig grep, search file content in the current path
Expand All @@ -152,7 +152,7 @@
#### Emmet:

- `,,` in insert mode: execute like h1`,,` to `<h1>|</h1>`
- Preview with coc.nvim
- Preview with nvim lsp (coq_nvim)

#### vim stuff

Expand All @@ -161,6 +161,31 @@
- `:Dark`: switch to dark theme (changed nvim, kitty, Alacritty, bat)
- `:Light`: switch to light theme (changed nvim, kitty, Alacritty, bat)

#### nvim lsp

- using [coq_nvim](https://github.com/ms-jpq/coq_nvim), [nvim-lsp-installer](https://github.com/williamboman/nvim-lsp-installer)

```
# lsp list
emmet_ls
bashls
clangd (c, c++)
csharp_ls (c#)
cssls
cssmodules_ls
denols
diagnosticls
eslint (javascript, typescript)
gopls (go)
html
jdtls (java)
jsonls
sqlls
sumneko_lua (lua)
tsserver (typescript, javascript)
vimls
```

### Gnome

#### Extension
Expand All @@ -171,7 +196,7 @@
- GTK Title Bar (rip off some title bar support wayland)
- Just Perfection (UI, UX in gnome)
- Workspaces Bar (show the number workspace like titling window manager dwm, i3,...)
- [Smart auto move](<https://github.com/khimaros/smart-auto-move>)
- [Smart auto move](https://github.com/khimaros/smart-auto-move)

#### Applications

Expand Down

0 comments on commit 84bc1b8

Please sign in to comment.