feat: remove unused files

This commit is contained in:
AngeD 2023-11-10 16:37:11 +01:00
parent 504e56294d
commit dafdec026b
6 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,4 @@
vim.cmd("packadd treesitter")
require"nvim-treesitter.configs".setup {
auto_install = true,
highlight = {enable = true},

@ -0,0 +1 @@
Subproject commit 04a9a90c2a60c86aa9451c539586326b337b03e5

View File

@ -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 };

View File

@ -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
View File

@ -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