mirror of
https://github.com/fred-drake/neovim.git
synced 2026-06-05 14:59:28 -05:00
Added oil settings
This commit is contained in:
+14
-1
@@ -56,7 +56,20 @@
|
||||
notify.enable = true;
|
||||
nvim-autopairs.enable = true;
|
||||
nvim-colorizer.enable = true;
|
||||
oil.enable = true;
|
||||
oil = {
|
||||
enable = true;
|
||||
settings = {
|
||||
columns = [
|
||||
"icons"
|
||||
"permissions"
|
||||
"size"
|
||||
"mtime"
|
||||
];
|
||||
default_file_explorer = true;
|
||||
delete_to_trash = true;
|
||||
skip_confirmation_for_simple_edits = true;
|
||||
};
|
||||
};
|
||||
render-markdown.enable = true;
|
||||
todo-comments.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user