nvim: Fix ltex disabled autostart
Fixes #1ef7570.
We implement our own autostart-aware lsp register function. Any lsp
which has the option {autostart=false} set at their config root will be
not automatically enabled and can instead be enabled on demand.
This commit is contained in:
parent
6e6f804c08
commit
63c6c81f6e
3 changed files with 36 additions and 23 deletions
17
sh/README.md
17
sh/README.md
|
|
@ -3,18 +3,17 @@
|
|||
The bare minimum terminal configuration for a working system.
|
||||
Contains:
|
||||
|
||||
* an XDG compliant home directory setup
|
||||
* several basic environment variables
|
||||
* simple aliases
|
||||
* an optional fzf default setup
|
||||
* X autostart
|
||||
- an XDG compliant home directory setup
|
||||
- several basic environment variables
|
||||
- simple aliases
|
||||
- an optional fzf default setup
|
||||
- X autostart
|
||||
|
||||
While other modules are largely optional,
|
||||
While other modules are largely optional,
|
||||
this module is the only one strictly necessary for the system to really work at all.
|
||||
|
||||
Additionally contains two scripts on which some other modules build:
|
||||
|
||||
* a simple script to detect if applications exist
|
||||
- a simple script to detect if applications exist
|
||||
(and optionally warn the user if they don't)
|
||||
* and a script to check if internet connectivity exists
|
||||
|
||||
- and a script to check if internet connectivity exists
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue