Compare commits
3 commits
ea37793997
...
f80ddb41bc
Author | SHA1 | Date | |
---|---|---|---|
f80ddb41bc | |||
b2e659454f | |||
4f8d495191 |
2 changed files with 4 additions and 3 deletions
|
@ -21,7 +21,8 @@ require("packer").startup(function()
|
||||||
-- vim plugs
|
-- vim plugs
|
||||||
-- essential
|
-- essential
|
||||||
use {
|
use {
|
||||||
'numToStr/Navigator.nvim',
|
'marty-oehme/Navigator.nvim',
|
||||||
|
branch = 'feat/add-wezterm-navigation',
|
||||||
config = function() require('Navigator').setup() end
|
config = function() require('Navigator').setup() end
|
||||||
} -- allow seamless navigation between vim buffers and tmux splits
|
} -- 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 'jeffkreeftmeijer/vim-numbertoggle' -- toggles numbers to absolute for all buffers but the current which is relative
|
||||||
|
|
|
@ -64,12 +64,12 @@ return {
|
||||||
tab_bar_at_bottom = true,
|
tab_bar_at_bottom = true,
|
||||||
window_padding = { left = 0, right = 0, top = 0, bottom = 0 },
|
window_padding = { left = 0, right = 0, top = 0, bottom = 0 },
|
||||||
|
|
||||||
color_scheme = "Mexico Light (base16)",
|
color_scheme = "Nord (base16)",
|
||||||
|
|
||||||
-- default_prog = {"nu"},
|
-- default_prog = {"nu"},
|
||||||
scrollback_lines = 10000,
|
scrollback_lines = 10000,
|
||||||
|
|
||||||
font = wezterm.font('Liga Iosevka'),
|
font = wezterm.font('Iosevka'),
|
||||||
line_height = 1.0,
|
line_height = 1.0,
|
||||||
|
|
||||||
leader = { key = 'a', mods = 'CTRL', timeout_milliseconds = 1500 },
|
leader = { key = 'a', mods = 'CTRL', timeout_milliseconds = 1500 },
|
||||||
|
|
Loading…
Reference in a new issue