Compare commits

...

2 Commits

Author SHA1 Message Date
8e3e70b6f2 etc and nvim telescope 2025-10-16 09:36:19 +03:00
a6af85b781 etc and telescop 2025-10-16 09:35:05 +03:00
22 changed files with 40 additions and 6 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

@@ -5,7 +5,7 @@
"cmp-path": { "branch": "main", "commit": "c642487086dbd9a93160e1679a1327be111cbc25" },
"cmp_luasnip": { "branch": "master", "commit": "98d9cb5c2c38532bd9bdb481067b20fea8f32e90" },
"friendly-snippets": { "branch": "main", "commit": "572f5660cf05f8cd8834e096d7b4c921ba18e175" },
"lazy.nvim": { "branch": "main", "commit": "59334064f8604ca073791c25dcc5c9698865406e" },
"lazy.nvim": { "branch": "main", "commit": "1ea3c4085785f460fb0e46d2fe1ee895f5f9e7c1" },
"lspkind.nvim": { "branch": "master", "commit": "3ddd1b4edefa425fda5a9f95a4f25578727c0bb3" },
"mason-lspconfig.nvim": { "branch": "main", "commit": "6bdb14f230de0904229ec367b410fb817e59b072" },
"mason-tool-installer.nvim": { "branch": "main", "commit": "517ef5994ef9d6b738322664d5fdd948f0fdeb46" },
@@ -14,10 +14,10 @@
"nightfox.nvim": { "branch": "main", "commit": "ba47d4b4c5ec308718641ba7402c143836f35aa9" },
"nvim-cmp": { "branch": "main", "commit": "b5311ab3ed9c846b585c0c15b7559be131ec4be9" },
"nvim-lsp-file-operations": { "branch": "master", "commit": "9744b738183a5adca0f916527922078a965515ed" },
"nvim-lspconfig": { "branch": "master", "commit": "e688b486fe9291f151eae7e5c0b5a5c4ef980847" },
"nvim-lspconfig": { "branch": "master", "commit": "ac98db2f9f06a56498ec890a96928774eae412c3" },
"nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" },
"opencode.nvim": { "branch": "main", "commit": "8e01fd796da438b03ff502c2105abb458d81d364" },
"opencode.nvim": { "branch": "main", "commit": "51a70b83da6806cefc9a907a80e30515c5199e69" },
"plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
"snacks.nvim": { "branch": "main", "commit": "bfe8c26dbd83f7c4fbc222787552e29b4eccfcc0" },
"snacks.nvim": { "branch": "main", "commit": "454ba02d69347c0735044f159b95d2495fc79a73" },
"telescope.nvim": { "branch": "0.1.x", "commit": "a0bbec21143c7bc5f8bb02e0005fa0b982edc026" }
}

View File

@@ -17,9 +17,7 @@ return {
},
config = function()
local cmp = require("cmp")
local luasnip = require("luasnip")
local lspkind = require("lspkind")
-- loads vscode style snippets from installed plugins (e.g. friendly-snippets)

View File

@@ -2,6 +2,18 @@ return {
'nvim-telescope/telescope.nvim', branch = '0.1.x',
dependencies = { 'nvim-lua/plenary.nvim' },
config = function()
require('telescope').setup({
defaults = {
file_ignore_patterns = {
'.git',
'node_modules',
'dist',
'static',
'public'
}
}
})
local builtin = require('telescope.builtin')
-- Default keys

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]