..
This commit is contained in:
@@ -5,8 +5,8 @@ local M = {}
|
|||||||
local highlights = require "custom.highlights"
|
local highlights = require "custom.highlights"
|
||||||
|
|
||||||
M.ui = {
|
M.ui = {
|
||||||
theme = "ashes",
|
theme = "chadtain",
|
||||||
theme_toggle = { "ashes", "one_light" },
|
theme_toggle = { "chadtain", "one_light" },
|
||||||
|
|
||||||
hl_override = highlights.override,
|
hl_override = highlights.override,
|
||||||
hl_add = highlights.add,
|
hl_add = highlights.add,
|
||||||
|
|||||||
@@ -44,6 +44,9 @@ M.general = {
|
|||||||
["<leader>b"] = { "<cmd> Telescope buffers <CR>", "Find buffers" },
|
["<leader>b"] = { "<cmd> Telescope buffers <CR>", "Find buffers" },
|
||||||
|
|
||||||
-- ["<A-Space>"] = cmp.mapping.complete(),
|
-- ["<A-Space>"] = cmp.mapping.complete(),
|
||||||
|
|
||||||
|
["gu"] = { "<cmd>diffget //2<CR>", "Select left in conflict"},
|
||||||
|
["gh"] = { "<cmd>diffget //3<CR>", "Select right in conflict"},
|
||||||
},
|
},
|
||||||
v = {
|
v = {
|
||||||
[">"] = { ">gv", "indent" },
|
[">"] = { ">gv", "indent" },
|
||||||
|
|||||||
@@ -126,8 +126,21 @@ local plugins = {
|
|||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"nvim-treesitter/nvim-treesitter-context",
|
||||||
|
lazy = false,
|
||||||
|
opts = { max_lines = 6 },
|
||||||
|
},
|
||||||
|
|
||||||
{ "tpope/vim-surround", lazy = false },
|
{ "tpope/vim-surround", lazy = false },
|
||||||
|
|
||||||
|
{ "tpope/vim-fugitive" },
|
||||||
|
|
||||||
|
{
|
||||||
|
"lukas-reineke/indent-blankline.nvim",
|
||||||
|
enabled = false,
|
||||||
|
},
|
||||||
|
|
||||||
-- To make a plugin not be loaded
|
-- To make a plugin not be loaded
|
||||||
-- {
|
-- {
|
||||||
-- "NvChad/nvim-colorizer.lua",
|
-- "NvChad/nvim-colorizer.lua",
|
||||||
|
|||||||
Reference in New Issue
Block a user