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