Updated config for neovim-project
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
--- @type LazyPluginSpec
|
||||
return {
|
||||
"coffebar/neovim-project",
|
||||
"TakenMC/neovim-project",
|
||||
-- "coffebar/neovim-project",
|
||||
branch = "projetloadcommand",
|
||||
priority = 100,
|
||||
dependencies = {
|
||||
{ "nvim-lua/plenary.nvim" },
|
||||
@@ -13,17 +15,17 @@ return {
|
||||
config = function()
|
||||
local project = require("neovim-project")
|
||||
local smconfig = require("session_manager.config")
|
||||
local sessionmanager = require("session_manager")
|
||||
|
||||
project.setup({
|
||||
projects = {
|
||||
"~/git/*",
|
||||
"~/.config/nvim",
|
||||
},
|
||||
})
|
||||
|
||||
sessionmanager.setup({
|
||||
last_session_on_startup = false,
|
||||
dashboard_mode = true,
|
||||
session_manager_opts = {
|
||||
autoload_mode = smconfig.AutoloadMode.Disabled,
|
||||
},
|
||||
})
|
||||
|
||||
vim.keymap.set(
|
||||
|
||||
Reference in New Issue
Block a user