1 local lazypath = vim.fn.stdpath('data') .. '/lazy/lazy.nvim' if not vim.loop.fs_stat(lazypath) then
6 'https://github.com/folke/lazy.nvim.git',
7 '--branch=stable', -- latest stable release
11 vim.opt.rtp:prepend(lazypath)
13 require('lazy').setup({
17 -- calling `setup` is optional for customization
18 require('fzf-lua').setup({
25 ['--layout']='default'
28 ['fg'] = {'fg', 'Normal'},
29 ['bg'] = {'bg', 'Normal'},
30 ['hl'] = {'fg', 'Comment'},
31 ['fg+'] = {'fg', 'CursorLine'},
32 ['bg+'] = {'bg', 'CursorLine'},
33 ['hl+'] = {'fg', 'Statement'},
34 ['info'] = {'fg', 'PreProc'},
35 ['prompt'] = {'fg', 'Conditional'},
36 ['pointer'] = {'fg', 'Exception'},
37 ['marker'] = {'fg', 'Keyword'},
38 ['spinner'] = {'fg', 'Label'},
39 ['header'] = {'fg', 'Comment'}
44 ['png'] = { 'chafa', '-f', 'symbols', '{file}' },
45 ['gif'] = { 'chafa', '-f', 'symbols', '{file}' },
46 ['svg'] = { 'chafa', '-f', 'symbols', '{file}' },
47 ['jpg'] = { 'chafa', '-f', 'symbols', '{file}' },
48 ['jpeg'] = { 'chafa', '-f', 'symbols', '{file}' }
57 'ARM9/snes-syntax-vim',
58 'https://git.sr.ht/~torresjrjr/gemini.vim',
59 { 'folke/neodev.nvim', opts = {} },
63 'mfussenegger/nvim-dap',
65 'nvim-neotest/nvim-nio'
68 'rcarriga/nvim-dap-ui',
69 'mxsdev/nvim-dap-vscode-js',
73 'RRethy/nvim-treesitter-endwise',
75 'm4xshen/autoclose.nvim',
77 require('autoclose').setup()
80 'michaeljsmith/vim-indent-object',
82 'Pocco81/auto-save.nvim',
84 condition = function(buf)
86 local utils = require('auto-save.utils.data')
88 if fn.getbufvar(buf, '&modifiable') == 1
89 and utils.not_in(fn.getbufvar(buf, '&filetype'), {'oil'}) then
102 'nvim-treesitter/nvim-treesitter',
103 'https://git.sr.ht/~rbdr/tree-sitter-api-notation',
106 'neovim/nvim-lspconfig',
111 'vim-scripts/LargeFile',
112 'tpope/vim-fugitive',
113 'milkypostman/vim-togglelist',
115 'folke/which-key.nvim',
119 vim.o.timeoutlen = 300
123 { 'stevearc/oil.nvim', opts = {
126 ['<C-S-p>'] = 'actions.preview'
130 'https://git.sr.ht/~rbdr/nota.nvim',
131 'https://git.sr.ht/~rbdr/oleoboard.nvim',