feat: remove unused files
This commit is contained in:
parent
504e56294d
commit
dafdec026b
@ -1,3 +1,4 @@
|
||||
vim.cmd("packadd treesitter")
|
||||
require"nvim-treesitter.configs".setup {
|
||||
auto_install = true,
|
||||
highlight = {enable = true},
|
||||
|
1
.config/nvim/pack/plugins/opt/treesitter
Submodule
1
.config/nvim/pack/plugins/opt/treesitter
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 04a9a90c2a60c86aa9451c539586326b337b03e5
|
@ -52,8 +52,8 @@ static const Layout layouts[] = {
|
||||
static const char *dmenucmd[] = { "dmenu_run", "-i", "-fn", dmenufont, NULL };
|
||||
static const char *termcmd[] = { "alacritty", NULL };
|
||||
static const char *calccmd[] = { "alacritty", "-epython", NULL };
|
||||
static const char *wwwcmd[] = { "firefox", NULL };
|
||||
static const char *pwwwcmd[] = { "firefox", "--private-window", NULL };
|
||||
static const char *wwwcmd[] = { "org.mozilla.firefox", NULL };
|
||||
static const char *pwwwcmd[] = { "org.mozilla.firefox", "--private-window", NULL };
|
||||
static const char *fmcmd[] = { "pcmanfm", NULL };
|
||||
static const char *lockcmd[] = { "lock", NULL };
|
||||
static const char *prtsccmd[] = { "flameshot", "full", "-c", NULL };
|
||||
|
@ -41,6 +41,8 @@ export LESS_TERMCAP_ue="${reset_color}"
|
||||
. <(dircolors)
|
||||
zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}"
|
||||
|
||||
WORDCHARS=''
|
||||
|
||||
zstyle ':completion:*:*:*:*:*' menu select
|
||||
zstyle ':completion:*' matcher-list 'r:|=*' 'l:|=* r:|=*'
|
||||
zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#) ([0-9a-z-]#)*=01;34=0=01'
|
||||
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -10,6 +10,9 @@
|
||||
[submodule ".config/nvim/pack/plugins/opt/telescope"]
|
||||
path = .config/nvim/pack/plugins/opt/telescope
|
||||
url = https://github.com/nvim-telescope/telescope.nvim.git
|
||||
[submodule ".config/nvim/pack/plugins/opt/treesitter"]
|
||||
path = .config/nvim/pack/plugins/opt/treesitter
|
||||
url = https://github.com/nvim-treesitter/nvim-treesitter.git
|
||||
[submodule ".config/zsh/powerlevel10k"]
|
||||
path = .config/zsh/powerlevel10k
|
||||
url = https://github.com/romkatv/powerlevel10k.git
|
||||
|
Loading…
Reference in New Issue
Block a user