global/neovim: enable autoclose disable when touch
This commit is contained in:
parent
504abd437e
commit
d177e5cc94
1 changed files with 4 additions and 1 deletions
|
@ -40,7 +40,10 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
plugins = {
|
plugins = {
|
||||||
autoclose.enable = true;
|
autoclose = {
|
||||||
|
enable = true;
|
||||||
|
options.disableWhenTouch = true;
|
||||||
|
};
|
||||||
comment.enable = true;
|
comment.enable = true;
|
||||||
cursorline.enable = true;
|
cursorline.enable = true;
|
||||||
direnv.enable = true;
|
direnv.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue