Compare commits
No commits in common. "f80ddb41bc4cbb89c651251bed63593ef9c8f500" and "4f8d495191fc5b69fbe28ec39b54f79dafbd43bf" have entirely different histories.
f80ddb41bc
...
4f8d495191
2 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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 },
|
||||
|
|
Loading…
Reference in a new issue