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