treewide: fix typos
This commit is contained in:
parent
cbba752b54
commit
898523d079
18 changed files with 20 additions and 20 deletions
|
|
@ -1,4 +1,4 @@
|
|||
" Basic configuraion {{{
|
||||
" Basic configuration {{{
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" Use UTF-8
|
||||
set encoding=utf-8
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ end
|
|||
|
||||
--- shared LSP configuration callback
|
||||
--- @param client native client configuration
|
||||
--- @param bufnr int? buffer number of the attched client
|
||||
--- @param bufnr int? buffer number of the attached client
|
||||
M.on_attach = function(client, bufnr)
|
||||
-- Format on save
|
||||
lsp_format.on_attach(client, bufnr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue