Skip to content

Commit

Permalink
enable mini.completion
Browse files Browse the repository at this point in the history
  • Loading branch information
paperdev-code committed Nov 24, 2024
1 parent 85eb8f3 commit 7564707
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/HM/neovim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ now(function()
})
end)

now(function()
require('mini.completion').setup({})
end)

now(function()
require('nvim-treesitter.configs').setup({
highlight = { enable = true },
Expand Down

0 comments on commit 7564707

Please sign in to comment.