forked from mirrors_public/oddlama_nix-config
feat: add some neovim keymaps and rustaceanvim
This commit is contained in:
parent
1631c116fd
commit
afa8e02c18
4 changed files with 70 additions and 44 deletions
|
@ -26,7 +26,7 @@
|
|||
# Fzf picker for arbitrary stuff
|
||||
telescope = {
|
||||
enable = true;
|
||||
enabledExtensions = ["fzf" "notify" "ui-select"];
|
||||
enabledExtensions = ["fzf" "notify" "ui-select" "textcase"];
|
||||
extensions.fzf-native.enable = true;
|
||||
};
|
||||
|
||||
|
@ -113,6 +113,10 @@
|
|||
},
|
||||
},
|
||||
}
|
||||
|
||||
require('textcase').setup {
|
||||
default_keymappings_enabled = false,
|
||||
}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue