feat: add some neovim keymaps and rustaceanvim

This commit is contained in:
oddlama 2024-03-13 16:03:03 +01:00
parent 1631c116fd
commit afa8e02c18
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 70 additions and 44 deletions

View file

@ -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,
}
'';
};
}