Compare commits
2 Commits
540e03699b
...
f2d2576d3d
Author | SHA1 | Date |
---|---|---|
sudo pacman -Syu | f2d2576d3d | |
sudo pacman -Syu | 46f86161ac |
|
@ -88,8 +88,8 @@ map kitty_mod+e open_url_with_hints
|
||||||
map super+e open_url_with_hints
|
map super+e open_url_with_hints
|
||||||
|
|
||||||
# Sync with Zellij
|
# Sync with Zellij
|
||||||
map alt+n launch --cwd=current --location=vsplit
|
map alt+n launch --cwd=root --location=vsplit
|
||||||
map alt+m launch --cwd=current --location=hsplit
|
map alt+m launch --cwd=root --location=hsplit
|
||||||
map alt+p next_window
|
map alt+p next_window
|
||||||
map alt+[ previous_tab
|
map alt+[ previous_tab
|
||||||
map alt+] next_tab
|
map alt+] next_tab
|
||||||
|
|
|
@ -495,9 +495,9 @@ require("lazy").setup({
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Python
|
-- Python
|
||||||
-- https://github.com/Microsoft/pyright
|
-- https://github.com/astral-sh/ruff/blob/main/crates/ruff_server/docs/setup/NEOVIM.md
|
||||||
-- https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#pyright
|
-- https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#ruff
|
||||||
lspconfig.pyright.setup({})
|
lspconfig.ruff.setup({})
|
||||||
|
|
||||||
-- Markdown
|
-- Markdown
|
||||||
-- https://github.com/artempyanykh/marksman
|
-- https://github.com/artempyanykh/marksman
|
||||||
|
|
Loading…
Reference in New Issue