Stash project.nvim

master
blallo 2023-04-16 11:48:41 -03:00
parent 13249071bf
commit 23bef4c174
Signed by: blallo
GPG Key ID: C530464EEDCF489A
3 changed files with 10 additions and 0 deletions

View File

@ -93,6 +93,10 @@ require('config.treesitter')
require('config.lspconfig')
-- project.nvim
require('config.project_nvim')
-- Custom
Custom = require('config.custom')

View File

@ -0,0 +1 @@
require("project_nvim").setup {}

View File

@ -139,6 +139,11 @@ local function init()
-- go.nvim
-- use 'ray-x/go.nvim'
-- use 'ray-x/guihua.lua'
use {
"ahmedkhalf/project.nvim",
config = function()
end
}
end
local plugins = setmetatable({}, {