1 local lazypath = vim.fn.stdpath('data') .. '/lazy/lazy.nvim'
2 if not vim.loop.fs_stat(lazypath) then
7 'https://github.com/folke/lazy.nvim.git',
8 '--branch=stable', -- latest stable release
12 vim.opt.rtp:prepend(lazypath)
14 require('lazy').setup({
18 'https://git.sr.ht/~rbdr/api-notation.vim',
21 'ARM9/snes-syntax-vim',
22 'leafgarland/typescript-vim',
23 'leafOfTree/vim-svelte-plugin',
24 'bumaociyuan/vim-swift',
26 'tikhomirov/vim-glsl',
27 'jparise/vim-graphql',
28 'digitaltoad/vim-pug',
29 'https://git.sr.ht/~torresjrjr/gemini.vim',
31 'dart-lang/dart-vim-plugin',
36 'rstacruz/vim-closer',
37 'michaeljsmith/vim-indent-object',
39 -- Distraction free editing
41 'junegunn/limelight.vim',
44 {'neoclide/coc.nvim', branch='release'},
45 'vim-scripts/LargeFile',
47 'milkypostman/vim-togglelist',
48 'jremmen/vim-ripgrep',