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