fix filesystem arguments
This commit is contained in:
parent
600d802a32
commit
aa3c28cd64
1 changed files with 2 additions and 10 deletions
|
|
@ -5,18 +5,10 @@
|
||||||
sources = [ "filesystem" "buffers" "git_status" "document_symbols" ];
|
sources = [ "filesystem" "buffers" "git_status" "document_symbols" ];
|
||||||
addBlankLineAtTop = true;
|
addBlankLineAtTop = true;
|
||||||
|
|
||||||
fileSystem = {
|
filesystem = {
|
||||||
window = {
|
bindToCwd = false;
|
||||||
bindToCwd = false;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
window = {
|
|
||||||
mappings = {
|
|
||||||
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
defaultComponentConfigs = {
|
defaultComponentConfigs = {
|
||||||
indent = {
|
indent = {
|
||||||
expanderCollapsed = "";
|
expanderCollapsed = "";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue