etc and nvim telescope

This commit is contained in:
2025-10-16 09:36:19 +03:00
parent a6af85b781
commit 8e3e70b6f2
19 changed files with 24 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
nvim/.config/nvim/lazy-lock.json

View File

@@ -0,0 +1 @@
9bfd31cd-9053-479e-bf0f-2b817d7f9511

View File

@@ -0,0 +1 @@
1bd56186-1fd6-4e6e-841a-0e720aaa7c4c

View File

@@ -0,0 +1 @@
32261c3c-7ef7-427f-8cdb-0e835668fca5

View File

@@ -0,0 +1 @@
4e259047-073c-4e95-8843-4b40c83fb014

View File

@@ -0,0 +1 @@
b91f0d54-31c0-45a3-b204-e8dbf3c5239b

View File

@@ -0,0 +1 @@
df291022-f5f5-47aa-a66d-92157f862e36

View File

@@ -0,0 +1 @@
a82441b8-2aff-4dc7-92c5-597ee5644e26

View File

@@ -0,0 +1 @@
65fa1e78-65ae-4dce-be07-f7127f0cabd0

View File

@@ -0,0 +1 @@
437172e8-0b6c-4cd9-a4c5-2e2393222554

View File

@@ -0,0 +1 @@
d37ea731-8866-4ff6-a43c-4110a8e8fa60

View File

@@ -0,0 +1 @@
bed4f633-e3a0-4e0b-b46e-03050dd4df51

View File

@@ -0,0 +1 @@
057de4a3-1c7a-4883-8d55-33bb33fa6405

View File

@@ -0,0 +1 @@
ab64f553-8eba-42f4-ad8f-b05a709acc51

View File

@@ -0,0 +1 @@
be0c0c77-644e-4331-8dba-e722b39d1ae1

View File

@@ -0,0 +1 @@
710652f1-716e-492a-9be8-4df8ecf35c18

View File

@@ -0,0 +1 @@
3b872cac-3b19-48e1-b9b2-22ed97ba2a61

View File

@@ -0,0 +1 @@
8ad74e8c-c288-4258-915c-3c568d41b784

View File

@@ -3,3 +3,9 @@ source $HOME/.config/zsh/.zshrc
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
## [Completion]
## Completion scripts setup. Remove the following line to uninstall
[[ -f /home/antoxa/.dart-cli-completion/zsh-config.zsh ]] && . /home/antoxa/.dart-cli-completion/zsh-config.zsh || true
## [/Completion]