-
|
I know bit of a weird question, but I kind of prefer no auto completion. Could be cool to keep the go-to definition etc, but also okay if there is a way to disable the LSP completely. I tried to look for a config value, but couldnt really navigate the deep wiki. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Completion (and auto complete) is not fully implemented yet. When it is though, there will definitely be an option to make it manual complete only. As for disabling the LSP entirely, you can do that now by modifying the file type definition (see the "Edit file type definition" command), but there is no runtime command to do it just for the current session or buffer. |
Beta Was this translation helpful? Give feedback.
Completion (and auto complete) is not fully implemented yet. When it is though, there will definitely be an option to make it manual complete only.
As for disabling the LSP entirely, you can do that now by modifying the file type definition (see the "Edit file type definition" command), but there is no runtime command to do it just for the current session or buffer.