1
Fork 0

Setup upgrade and python setup I guess

This commit is contained in:
Matei Adriel 2023-03-30 02:54:57 +02:00
commit 9d7fd2277a
No known key found for this signature in database
17 changed files with 175 additions and 57 deletions
dotfiles/neovim/lua/my

View file

@ -17,7 +17,7 @@ function M.setup()
-- install missing plugins on startup. This doesn't increase startup time.
missing = true,
-- try to load one of these colorschemes when starting an installation during startup
colorscheme = { "catpuccin" },
colorscheme = { "rose-pine", "catpuccin" },
},
change_detection = {
enabled = false,