Compare commits

..

No commits in common. "f80ddb41bc4cbb89c651251bed63593ef9c8f500" and "4f8d495191fc5b69fbe28ec39b54f79dafbd43bf" have entirely different histories.

2 changed files with 4 additions and 5 deletions

View file

@ -21,9 +21,8 @@ require("packer").startup(function()
-- vim plugs
-- essential
use {
'marty-oehme/Navigator.nvim',
branch = 'feat/add-wezterm-navigation',
config = function() require('Navigator').setup() end
'numToStr/Navigator.nvim',
config = function() require('Navigator').setup({ mux = "wezterm" }) end
} -- allow seamless navigation between vim buffers and tmux splits
use 'jeffkreeftmeijer/vim-numbertoggle' -- toggles numbers to absolute for all buffers but the current which is relative
use 'RRethy/vim-illuminate' -- highlight other occurences of the word under cursor

View file

@ -64,12 +64,12 @@ return {
tab_bar_at_bottom = true,
window_padding = { left = 0, right = 0, top = 0, bottom = 0 },
color_scheme = "Nord (base16)",
color_scheme = "Mexico Light (base16)",
-- default_prog = {"nu"},
scrollback_lines = 10000,
font = wezterm.font('Iosevka'),
font = wezterm.font('Liga Iosevka'),
line_height = 1.0,
leader = { key = 'a', mods = 'CTRL', timeout_milliseconds = 1500 },