Update
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user