1
Fork 0

Jupytext and harpoon setup!

This commit is contained in:
Matei Adriel 2023-03-31 18:54:44 +02:00
commit 26e2bee4e0
No known key found for this signature in database
6 changed files with 88 additions and 34 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -12,6 +12,9 @@ function M.config()
component_separators = { left = "", right = "" },
section_separators = { left = "", right = "" },
theme = "auto",
disabled_filetypes = {
"undotree"
}
},
sections = {
lualine_a = { "branch" },