Updated Desktop dotfiles

This commit is contained in:
2024-03-26 15:03:20 -05:00
parent c990f0054f
commit 8bf9cb6892
8 changed files with 64 additions and 20 deletions

View File

@@ -31,8 +31,10 @@ vim.opt.wrapscan=true
vim.opt.report=0
vim.opt.list=true
vim.opt.completeopt=menuone,noselect,noinsert
vim.opt.completeopt=menuone,noselect
vim.opt.undodir='~/.vimdid'
vim.opt.undofile=true
vim.g['loaded_perl_provider']=0
vim.g['python3_host_prog']='/usr/bin/python'