nixvim reformat
This commit is contained in:
@@ -268,44 +268,35 @@
|
||||
expandtab = true;
|
||||
};
|
||||
|
||||
keymaps = [
|
||||
{
|
||||
keymaps = {
|
||||
normal = {
|
||||
"<leader>b" = {
|
||||
action = "<cmd>Neotree toggle<CR>";
|
||||
key = "<leader>b";
|
||||
mode = [ "n" ];
|
||||
options.silent = true;
|
||||
options.desc = "Toggle Neotree";
|
||||
}
|
||||
{
|
||||
};
|
||||
"<leader>h" = {
|
||||
action = "<C-w>h";
|
||||
key = "<leader>h";
|
||||
mode = [ "n" ];
|
||||
options.silent = true;
|
||||
options.desc = "Focus left";
|
||||
}
|
||||
{
|
||||
};
|
||||
"<leader>l" = {
|
||||
action = "<C-w>l";
|
||||
key = "<leader>l";
|
||||
mode = [ "n" ];
|
||||
options.silent = true;
|
||||
options.desc = "Focus right";
|
||||
}
|
||||
{
|
||||
};
|
||||
"<leader>j" = {
|
||||
action = "<C-w>j";
|
||||
key = "<leader>j";
|
||||
mode = [ "n" ];
|
||||
options.silent = true;
|
||||
options.desc = "Focus down";
|
||||
}
|
||||
{
|
||||
};
|
||||
"<leader>k" = {
|
||||
action = "<C-w>k";
|
||||
key = "<leader>k";
|
||||
mode = [ "n" ];
|
||||
options.silent = true;
|
||||
options.desc = "Focus up";
|
||||
}
|
||||
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
plugins = {
|
||||
lualine.enable = true;
|
||||
@@ -349,6 +340,7 @@
|
||||
keymaps = {
|
||||
silent = true;
|
||||
lspBuf = {
|
||||
normal = {
|
||||
gd = {
|
||||
action = "definition";
|
||||
desc = "Goto Definition";
|
||||
@@ -381,9 +373,11 @@
|
||||
action = "rename";
|
||||
desc = "Rename";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
diagnostic = {
|
||||
normal = {
|
||||
"<leader>cd" = {
|
||||
action = "open_float";
|
||||
desc = "Line Diagnostics";
|
||||
@@ -399,6 +393,7 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
cmp = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user