Compare commits
2 commits
642a0f1838
...
1583ca07a5
| Author | SHA1 | Date | |
|---|---|---|---|
| 1583ca07a5 | |||
| c097b2f033 |
2 changed files with 9 additions and 1 deletions
|
|
@ -52,6 +52,9 @@
|
||||||
general = {
|
general = {
|
||||||
gaps_out = 10;
|
gaps_out = 10;
|
||||||
};
|
};
|
||||||
|
decoration = {
|
||||||
|
rounding = 10;
|
||||||
|
};
|
||||||
|
|
||||||
# Allow using SUPER + left click to move windows and SUPER + right click to resize windows
|
# Allow using SUPER + left click to move windows and SUPER + right click to resize windows
|
||||||
bindm = [
|
bindm = [
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,12 @@
|
||||||
telescope.enable = true; # fuzzy finder
|
telescope.enable = true; # fuzzy finder
|
||||||
filetree.neo-tree.enable = true; # filetree
|
filetree.neo-tree.enable = true; # filetree
|
||||||
binds.cheatsheet.enable = true; # telescope-searchable cheatsheet
|
binds.cheatsheet.enable = true; # telescope-searchable cheatsheet
|
||||||
binds.hardtime-nvim.enable = true; # stops you using arrow keys for navigation and recommends vim motions
|
binds.hardtime-nvim = {
|
||||||
|
enable = true;
|
||||||
|
setupOpts = {
|
||||||
|
restriction_mode = "hint";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
viAlias = true;
|
viAlias = true;
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue