Setup upgrade and python setup I guess
This commit is contained in:
parent
e5a8434a55
commit
9d7fd2277a
17 changed files with 175 additions and 57 deletions
dotfiles/neovim/lua/my
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue