Skip to content

Commit

Permalink
Migrate indent-blankline to v3 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Oct 12, 2023
1 parent 5ae6673 commit 24b6809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ vim.cmd([[colorscheme gruvbox]])
-- Plugin Settings {{
require("lualine").setup{}
require("Comment").setup{}
require("indent_blankline").setup{}
require("ibl").setup{}
require("gitsigns").setup{}
require("nvim-autopairs").setup{}
require("surround").setup{}
Expand Down

0 comments on commit 24b6809

Please sign in to comment.