Skip to content

Commit

Permalink
docs: update lsp notes
Browse files Browse the repository at this point in the history
  • Loading branch information
VonHeikemen committed Mar 22, 2023
1 parent 3beb377 commit f250218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/lsp-zero.txt
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ all keybindings and commands are created.

Finally it calls the .setup() of each language server.

If you where to do it all by yourself, the code would look like this.
If you were to do it all by yourself, the code would look like this.
>lua
local lspconfig = require('lspconfig')
local lsp_defaults = lspconfig.util.default_config
Expand Down
2 changes: 1 addition & 1 deletion doc/md/lsp.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Then it creates an autocommand on the event `LspAttach`. This autocommand will b

Finally it calls the `.setup()` of each language server.

The code is a little bit like this.
If you were to do it all by yourself, the code would look like this.

```lua
local lspconfig = require('lspconfig')
Expand Down

0 comments on commit f250218

Please sign in to comment.