feat: effectively finish nvf as ide #10
This commit is contained in:
parent
ab4113b74d
commit
3f82161bae
16 changed files with 564 additions and 53 deletions
10
users/modules/programs/nvf/keymaps.nix
Normal file
10
users/modules/programs/nvf/keymaps.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
programs.nvf.settings.vim.keymaps = [
|
||||
{
|
||||
key = "gf";
|
||||
mode = "n";
|
||||
action = ":cd %:p:h<CR>:e <cfile><CR>";
|
||||
silent = true;
|
||||
}
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue