chore: [NVIM] updated nvim config with some stuff

has tmux line integrated
This commit is contained in:
2024-02-22 11:32:07 +00:00
parent e99443160e
commit e623bf4432
6 changed files with 27 additions and 46 deletions

View File

@@ -43,4 +43,7 @@ vim.g.jukit_shell_cmd = 'ipython3'
vim.g.jukit_terminal = 'nvimterm'
vim.g.jukit_show_prompt = 1
vim.g.jukit_pdf_viewer = 'zathura'
vim.g.jukit_mappings = 1
vim.g.jukit_mappings = 0
--Format Options
vim.opt.formatoptions:remove("ro")