snap path, template highlighting
This commit is contained in:
parent
a51e5f3bf1
commit
cf6616f4d1
@ -286,6 +286,7 @@ end
|
|||||||
|
|
||||||
-- if you only want these mappings for toggle term use term://*toggleterm#* instead
|
-- 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! 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>c", require("osc52").copy_operator, { expr = true })
|
||||||
vim.keymap.set("n", "<leader>cc", "<leader>c_", { remap = true })
|
vim.keymap.set("n", "<leader>cc", "<leader>c_", { remap = true })
|
||||||
|
@ -48,6 +48,7 @@ USER=$(whoami)
|
|||||||
sudo apt install fish -y
|
sudo apt install fish -y
|
||||||
|
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
fish -c "fish_add_path -U /snap/bin"
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|
||||||
## Install fisher plugin manager for fish, so that we may update in after plugin list sync by chezmoi
|
## Install fisher plugin manager for fish, so that we may update in after plugin list sync by chezmoi
|
||||||
|
Loading…
Reference in New Issue
Block a user