Fix warnings from updating
This commit is contained in:
24
config.nix
24
config.nix
@@ -109,12 +109,14 @@
|
|||||||
|
|
||||||
neo-tree = {
|
neo-tree = {
|
||||||
enable = true;
|
enable = true;
|
||||||
closeIfLastWindow = true;
|
settings = {
|
||||||
filesystem = {
|
close_if_last_window = true;
|
||||||
filteredItems = {
|
filesystem = {
|
||||||
visible = true;
|
filtered_items = {
|
||||||
hideDotfiles = false;
|
visible = true;
|
||||||
hideGitignored = false;
|
hide_dotfiles = false;
|
||||||
|
hide_gItignored = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -162,10 +164,12 @@
|
|||||||
mkdnflow = {
|
mkdnflow = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
mappings = {
|
settings = {
|
||||||
MkdnEnter = {
|
mappings = {
|
||||||
key = "<CR>";
|
MkdnEnter = {
|
||||||
modes = [ "n" "v" "i" ];
|
key = "<CR>";
|
||||||
|
modes = [ "n" "v" "i" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user