Skip to content

Commit

Permalink
feat: adds git conflict and extended rainbow
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Dec 1, 2022
1 parent 7f748a1 commit 16f2f05
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ require("config.toggleterm")
require("config.cursorline")
require("config.color-highlight")
require("config.tmux")
require("config.git-conflict")
3 changes: 3 additions & 0 deletions lua/config/git-conflict.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import("git-conflict", function (gitConflict)
gitConflict.setup()
end)
1 change: 1 addition & 0 deletions lua/config/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ return packer.startup(function(use)
use("yamatsum/nvim-cursorline")
use("brenoprata10/nvim-highlight-colors")
use("ThePrimeagen/harpoon")
use("akinsho/git-conflict.nvim")

-- Colorschemes
use("kvrohit/mellow.nvim")
Expand Down
2 changes: 1 addition & 1 deletion lua/config/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import("nvim-treesitter.configs", function(treesitter)
},
rainbow = {
enable = true,
extended_mode = false,
extended_mode = true,
},
autotag = {
enable = true,
Expand Down

0 comments on commit 16f2f05

Please sign in to comment.