Конфиги nvim

This commit is contained in:
Alex NeonXP 2024-02-18 15:18:56 +03:00
parent 17951e8c06
commit d348344938
No known key found for this signature in database
GPG key ID: 35E33E1AB7776B39
12 changed files with 577 additions and 2 deletions

View file

@ -0,0 +1,7 @@
require('telescope').setup{
pickers = {
buffers = {
initial_mode = 'normal'
}
}
}