Jupytext and harpoon setup!
This commit is contained in:
parent
9d7fd2277a
commit
26e2bee4e0
6 changed files with 88 additions and 34 deletions
dotfiles/neovim/lua/my/plugins
|
@ -12,6 +12,9 @@ function M.config()
|
|||
component_separators = { left = "", right = "" },
|
||||
section_separators = { left = "", right = "" },
|
||||
theme = "auto",
|
||||
disabled_filetypes = {
|
||||
"undotree"
|
||||
}
|
||||
},
|
||||
sections = {
|
||||
lualine_a = { "branch" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue