[macbook] Bunch of misc updates.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
-- require'lspconfig'.pyright.setup{}
|
||||
|
||||
vim.lsp.enable('basedpyright')
|
||||
|
||||
-- Autoformat on save.
|
||||
-- vim.cmd("autocmd BufWritePre *.py execute ':Black'")
|
||||
|
||||
|
||||
@@ -57,11 +57,13 @@
|
||||
bind w kill-pane
|
||||
bind W kill-window
|
||||
|
||||
# I'd rather have the session
|
||||
# list functionality, don't use sync much.
|
||||
# Pane sync
|
||||
unbind s
|
||||
unbind S
|
||||
bind s setw synchronize-panes on
|
||||
bind S setw synchronize-panes off
|
||||
# unbind s
|
||||
# unbind S
|
||||
# bind s setw synchronize-panes on
|
||||
# bind S setw synchronize-panes off
|
||||
'';
|
||||
plugins = with pkgs; [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user