Skip to content

Commit

Permalink
feat(nvim): remove auto-session
Browse files Browse the repository at this point in the history
I don't really care for it, tbh I constantly close all files anyway.

It's only useful when testing new configs, which I don't really do
anymore.
  • Loading branch information
caarlos0 committed Sep 18, 2023
1 parent 1c47411 commit 804423a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
1 change: 0 additions & 1 deletion modules/neovim/config/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ require("nvim-web-devicons").setup()
require("user.notify")
require("user.bufferline")
require("user.lualine")
require("user.session")

--
-- BASIC
Expand Down
17 changes: 0 additions & 17 deletions modules/neovim/config/lua/user/session.lua

This file was deleted.

1 change: 0 additions & 1 deletion modules/neovim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ in
vim-eunuch
vim-sleuth
vim-speeddating
auto-session
telescope-nvim
telescope-github-nvim
auto-hlsearch-nvim
Expand Down

0 comments on commit 804423a

Please sign in to comment.