mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-04-05 12:37:06 +02:00
neovim: Adapt to nixvim changes
This commit is contained in:
parent
b76d180680
commit
015832bdea
1 changed files with 3 additions and 4 deletions
|
|
@ -184,12 +184,11 @@
|
|||
{
|
||||
key = "<leader>rn";
|
||||
mode = [ "n" ];
|
||||
action = ''
|
||||
action = helpers.mkRaw ''
|
||||
function()
|
||||
return ":IncRename " .. vim.fn.expand("<cword>")
|
||||
end
|
||||
'';
|
||||
lua = true;
|
||||
options.expr = true;
|
||||
}
|
||||
];
|
||||
|
|
@ -566,7 +565,7 @@
|
|||
plugins.rustaceanvim = {
|
||||
enable = true;
|
||||
|
||||
server = {
|
||||
settings.server = {
|
||||
settings = {
|
||||
cargo.features = "all";
|
||||
checkOnSave = true;
|
||||
|
|
@ -729,7 +728,7 @@
|
|||
|
||||
plugins.zk = {
|
||||
enable = true;
|
||||
picker = "telescope";
|
||||
settings.picker = "telescope";
|
||||
};
|
||||
|
||||
plugins.which-key.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue