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
|
@ -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 = " "
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue