chore: updated flake.lock and removed depreciated options.
This commit is contained in:
parent
6147ddb903
commit
6bb4097d21
3 changed files with 91 additions and 119 deletions
|
@ -5,7 +5,7 @@
|
|||
...
|
||||
}: {
|
||||
config = lib.mkIf config.user.nvim.enable {
|
||||
programs.nixvim = {
|
||||
programs.nixvim = {helpers, ...}: {
|
||||
plugins.toggleterm = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
@ -17,9 +17,8 @@
|
|||
};
|
||||
keymaps = [
|
||||
{
|
||||
action = "function() Floatingterm:toggle() end";
|
||||
action = helpers.mkRaw "function() Floatingterm:toggle() end";
|
||||
key = "<leader>s";
|
||||
lua = true;
|
||||
mode = "n";
|
||||
options = {
|
||||
silent = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue