Update aliases and change ts rainbow delimiters
This commit is contained in:
parent
4555a42eae
commit
e0ba9ac04d
2 changed files with 7 additions and 2 deletions
|
@ -27,11 +27,14 @@ return require('packer').startup(function(use)
|
|||
-- syntax highlighting
|
||||
use {
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
requires = { { 'p00f/nvim-ts-rainbow' } },
|
||||
-- requires = { { 'p00f/nvim-ts-rainbow' } },
|
||||
run = ':TSUpdate',
|
||||
config = function() require('night.plugins.treesitter') end
|
||||
}
|
||||
|
||||
use {
|
||||
"https://gitlab.com/HiPhish/rainbow-delimiters.nvim"
|
||||
}
|
||||
-- color scheme
|
||||
use {
|
||||
"catppuccin/nvim",
|
||||
|
@ -49,7 +52,7 @@ return require('packer').startup(function(use)
|
|||
use 'jiangmiao/auto-pairs'
|
||||
|
||||
-- autoclose html tags
|
||||
use 'alvan/vim-closetag'
|
||||
use 'alvan/vim-closetag'
|
||||
|
||||
-- lsp
|
||||
use {
|
||||
|
|
2
.rc
2
.rc
|
@ -32,6 +32,8 @@ alias fnf="fnf -l 50"
|
|||
alias hp="bluetoothctl power on && bluetoothctl connect '50:DE:06:D7:C7:30' && pactl set-default-sink 'bluez_output.50_DE_06_D7_C7_30.1'"
|
||||
alias dn="ssu rc-service networking restart &"
|
||||
alias oe="opustags --in-place -e"
|
||||
alias vg="valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes"
|
||||
alias cck="cppcheck --std=c99 --check-level=exhaustive"
|
||||
|
||||
# Change directory aliases
|
||||
alias .='cd ~'
|
||||
|
|
Loading…
Reference in a new issue