Update
This commit is contained in:
parent
0509eba07f
commit
87ee1c7738
@ -15,5 +15,10 @@
|
||||
action = "<cmd>set linebreak!<cr>";
|
||||
options.desc = "Toggle linebreak";
|
||||
}
|
||||
{
|
||||
key = "<leader>z";
|
||||
action = "<cmd>ZenMode<cr>";
|
||||
options.desc = "ZenMode";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
@ -12,7 +12,7 @@
|
||||
trouble.enable = true;
|
||||
which-key.enable = true;
|
||||
headlines.enable = true;
|
||||
tagbar.enable = true;
|
||||
# tagbar.enable = true;
|
||||
};
|
||||
keymaps = [{
|
||||
key = "<leader>t";
|
||||
|
@ -7,6 +7,8 @@
|
||||
require("gitsigns.actions").toggle_current_line_blame()
|
||||
vim.opt.relativenumber = false
|
||||
vim.opt.signcolumn = "no"
|
||||
vim.opt.wrap = true
|
||||
vim.opt.linebreak = true
|
||||
end
|
||||
'';
|
||||
plugins = {
|
||||
|
Loading…
Reference in New Issue
Block a user