Compare commits
No commits in common. "a12b7cb05d9d7af671f1ad3d12b3e34ea17c1c6f" and "d491a01330961a5f04dabc1b0d725227cd38ee95" have entirely different histories.
a12b7cb05d
...
d491a01330
1 changed files with 0 additions and 19 deletions
|
|
@ -2,29 +2,10 @@ _:
|
|||
|
||||
{
|
||||
home-manager.users.moritz.programs.nixvim = {
|
||||
autoCmd = [
|
||||
{
|
||||
event = [ "VimEnter" ];
|
||||
callback.__raw = ''
|
||||
function()
|
||||
if vim.fn.argc() == 0 then
|
||||
require("telescope.builtin").find_files()
|
||||
end
|
||||
end
|
||||
'';
|
||||
}
|
||||
];
|
||||
plugins = {
|
||||
telescope = {
|
||||
enable = true;
|
||||
extensions.fzf-native.enable = true;
|
||||
settings.defaults.__raw = ''
|
||||
require("telescope.themes").get_ivy({
|
||||
layout_config = {
|
||||
height = 0.75
|
||||
}
|
||||
})
|
||||
'';
|
||||
keymaps = {
|
||||
"<leader>ff" = {
|
||||
action = "find_files";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue