Compare commits
No commits in common. "ee2a2eb429acbd914489bab0fb606ff712e86a2c" and "c385619071cf65041836dd25e80d67cd2f9dccaf" have entirely different histories.
ee2a2eb429
...
c385619071
@ -7,18 +7,11 @@
|
|||||||
viAlias = true;
|
viAlias = true;
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
|
|
||||||
keymaps = [
|
keymaps = [{
|
||||||
{
|
action = "<cmd>Oil<cr>";
|
||||||
action = "<cmd>Oil<cr>";
|
key = "<leader>e";
|
||||||
key = "<leader>e";
|
options = { silent = true; };
|
||||||
options = { silent = true; };
|
}];
|
||||||
}
|
|
||||||
{
|
|
||||||
action = "<cmd>lua require('conform').format({ bufnr = buf })<cr>";
|
|
||||||
key = "<leader>f";
|
|
||||||
options = { silent = true; };
|
|
||||||
}
|
|
||||||
];
|
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
hlsearch = false;
|
hlsearch = false;
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# But we all know I love zsh
|
# But we all know I love zsh
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autosuggestion.enable = true;
|
autosuggestions.enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
history.path = "${config.xdg.dataHome}/zsh/history";
|
history.path = "${config.xdg.dataHome}/zsh/history";
|
||||||
dotDir = ".config/zsh";
|
dotDir = ".config/zsh";
|
||||||
|
Loading…
Reference in New Issue
Block a user