Skip to content

Commit ea1ca77

Browse files
committed
misc
1 parent 10c3dd9 commit ea1ca77

File tree

5 files changed

+18
-9
lines changed

5 files changed

+18
-9
lines changed

home/.config/nvim/init.lua

+16-1
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,24 @@ require('lazy').setup({
8080
'justinmk/vim-dirvish',
8181
'tpope/vim-fugitive',
8282
'mhinz/vim-grepper',
83+
'dstein64/vim-startuptime',
8384
'preservim/vimux',
8485
'folke/which-key.nvim',
85-
}
86+
},
87+
performance = {
88+
rtp = {
89+
disabled_plugins = {
90+
'gzip',
91+
'matchit',
92+
'matchparen',
93+
'netrwPlugin',
94+
'tarPlugin',
95+
'tohtml',
96+
'tutor',
97+
'zipPlugin',
98+
},
99+
},
100+
},
86101
})
87102

88103
pcall(cmd, 'colorscheme tokyonight')

home/.zlogin

-3
This file was deleted.

home/.zsh/functions/_r2

-1
This file was deleted.

home/Util/zsh-completions

Submodule zsh-completions updated 148 files

home/bin/chrome

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
#!/bin/sh
2-
#/opt/google/chrome-beta/chrome --disk-cache-dir=/dev/shm --user-data-dir=$HOME/.config/google-chrome --audio-buffer-size=2048 --proxy-pac-url=file:///home/ray/.config/google-chrome/proxy.pac --allow-running-insecure-content chrome://new-tab "$@"
3-
#google-chrome-stable --disk-cache-dir=/dev/shm --user-data-dir=$HOME/.config/google-chrome --audio-buffer-size=2048 --proxy-pac-url=file:///home/ray/.config/google-chrome/proxy.pac --allow-running-insecure-content chrome://new-tab "$@"
4-
/opt/google/chrome/chrome --disk-cache-dir=/dev/shm --user-data-dir=$HOME/.config/google-chrome chrome://new-tab "$@"
2+
/opt/google/chrome/chrome --disk-cache-dir=/dev/shm --user-data-dir=$HOME/.config/google-chrome --ozone-platform=wayland chrome://new-tab "$@"

0 commit comments

Comments
 (0)