AutoYADM commit: 2025-07-24 21:42:23
This commit is contained in:
parent
419dceb1c9
commit
2dadba8d96
2 changed files with 4 additions and 4 deletions
|
@ -189,9 +189,9 @@ map -docstring 'lsp off' global user <a-l> ': try lsp-off<ret>'
|
|||
# }
|
||||
# lsp-filetype-hooks-update
|
||||
|
||||
hook global WinSetOption lsp_filetypes=.* lsp-filetype-hooks-update
|
||||
hook global BufSetOption lsp_filetypes=.* lsp-filetype-hooks-update
|
||||
hook global GlobalSetOption lsp_filetypes=.* lsp-filetype-hooks-update
|
||||
# hook global WinSetOption lsp_filetypes=.* lsp-filetype-hooks-update
|
||||
# hook global BufSetOption lsp_filetypes=.* lsp-filetype-hooks-update
|
||||
# hook global GlobalSetOption lsp_filetypes=.* lsp-filetype-hooks-update
|
||||
|
||||
remove-hooks global lsp-filetype-python
|
||||
hook -group lsp-filetype-python global BufSetOption filetype=python %{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"markdown": {
|
||||
"lineWidth": 80,
|
||||
"textWrap": "always",
|
||||
"textWrap": "maintain",
|
||||
},
|
||||
"typescript": {
|
||||
"lineWidth": 74,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue