Fixed tab not working with completion, adds overseer.nvim

This commit is contained in:
Michael Housh
2023-09-28 21:05:06 -04:00
parent a8c4191d96
commit 0e77478075
5 changed files with 27 additions and 19 deletions

View File

@@ -19,10 +19,14 @@ require("lazy").setup({
},
{ import = 'user.plugin.cmp' },
{ import = 'user.plugin.diffview' },
{ 'folke/neodev.nvim', opts = {} },
{ import = 'user.plugin.lsp' },
{ import = 'user.plugin.lualine' },
{ import = 'user.plugin.neogit' },
{ import = 'user.plugin.neo-tree' },
{ 'stevearc/overseer.nvim', opts = {
strategy = "toggleterm"
}},
{ import = 'user.plugin.swift' },
{ import = 'user.plugin.telescope' },
{ import = 'user.plugin.theme' },