Skip to content

Commit

Permalink
🚐 not working correctly until
Browse files Browse the repository at this point in the history
  • Loading branch information
Kibadda committed Nov 28, 2022
1 parent 65da5f9 commit 32e44e7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions nvim/lua/user/mini/sessions.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
if not PluginsOk "mini.sessions" then
return
end

require("mini.sessions").setup {
hooks = {
pre = {
write = function()
vim.cmd.Neotree { "close" }
end,
},
},
}
2 changes: 1 addition & 1 deletion nvim/lua/user/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ require("packer").startup {
use "kylechui/nvim-surround"
use "lewis6991/gitsigns.nvim"
use "lewis6991/impatient.nvim"
use "mhinz/vim-startify"
-- use "mhinz/vim-startify"
use "MrcJkb/haskell-tools.nvim"
use "mrjones2014/smart-splits.nvim"
use "norcalli/nvim-colorizer.lua"
Expand Down

0 comments on commit 32e44e7

Please sign in to comment.