mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Fixed tab not working with completion, adds overseer.nvim
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user