Skip to content

Commit 84bc1b8

Browse files
committed
📚documents(README.md): nvim lsp
1 parent 7ebc8b2 commit 84bc1b8

File tree

1 file changed

+28
-3
lines changed

1 file changed

+28
-3
lines changed

‎README.md

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133

134134
#### Fzf
135135

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

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

157157
#### vim stuff
158158

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

164+
#### nvim lsp
165+
166+
- using [coq_nvim](https://github.com/ms-jpq/coq_nvim), [nvim-lsp-installer](https://github.com/williamboman/nvim-lsp-installer)
167+
168+
```
169+
# lsp list
170+
emmet_ls
171+
bashls
172+
clangd (c, c++)
173+
csharp_ls (c#)
174+
cssls
175+
cssmodules_ls
176+
denols
177+
diagnosticls
178+
eslint (javascript, typescript)
179+
gopls (go)
180+
html
181+
jdtls (java)
182+
jsonls
183+
sqlls
184+
sumneko_lua (lua)
185+
tsserver (typescript, javascript)
186+
vimls
187+
```
188+
164189
### Gnome
165190

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

176201
#### Applications
177202

0 commit comments

Comments
 (0)