mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
33
home/programs/nvim/plugins/mini.nix
Normal file
33
home/programs/nvim/plugins/mini.nix
Normal file
@@ -0,0 +1,33 @@
|
||||
{ config, ... }: {
|
||||
programs.nixvim = {
|
||||
plugins.mini = {
|
||||
enable = true;
|
||||
mockDevIcons = true;
|
||||
|
||||
modules = {
|
||||
|
||||
animate = { cursor = { enable = false; }; };
|
||||
icons = { };
|
||||
# TODO: Learn how to use this
|
||||
bracketed = { };
|
||||
tabline = { };
|
||||
statusline = { };
|
||||
starter = { };
|
||||
pairs = { };
|
||||
notify = { };
|
||||
indentscope = { };
|
||||
git = { };
|
||||
cursorword = { };
|
||||
comment = {
|
||||
mappings = {
|
||||
comment = "<leader>/";
|
||||
comment_line = "<leader>/";
|
||||
comment_visual = "<leader>/";
|
||||
textobject = "<leader>/";
|
||||
};
|
||||
};
|
||||
starter = { };
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user