1
Fork 0

Jupytext and harpoon setup!

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

View file

@ -35,6 +35,8 @@ function M.setup()
vim.opt.wildmode = { "list", "longest" } -- Command-line completion mode
vim.opt.completeopt = { "menu", "menuone", "noselect" }
vim.opt.undofile = true -- persist undos!!
-- Set leader
vim.g.mapleader = " "