snap path, template highlighting

This commit is contained in:
Anton Volnuhin 2023-05-28 09:50:52 +03:00
parent a51e5f3bf1
commit cf6616f4d1
2 changed files with 2 additions and 0 deletions

View File

@ -286,6 +286,7 @@ end
-- if you only want these mappings for toggle term use term://*toggleterm#* instead
vim.cmd("autocmd! TermOpen term://* lua set_terminal_keymaps()")
vim.cmd("autocmd BufNewFile,BufRead *.tmpl set syntax=python")
vim.keymap.set("n", "<leader>c", require("osc52").copy_operator, { expr = true })
vim.keymap.set("n", "<leader>cc", "<leader>c_", { remap = true })

View File

@ -48,6 +48,7 @@ USER=$(whoami)
sudo apt install fish -y
{{ end -}}
fish -c "fish_add_path -U /snap/bin"
{{ end -}}
## Install fisher plugin manager for fish, so that we may update in after plugin list sync by chezmoi