X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/3c6ddc925cc3494cd5c19b2b6fac43fd9eb67656..37b37cfc94fb2e091520f012c657630d11d3f940:/config/nvim/lua/plugins.lua diff --git a/config/nvim/lua/plugins.lua b/config/nvim/lua/plugins.lua index 0a43a3e..15aeb95 100644 --- a/config/nvim/lua/plugins.lua +++ b/config/nvim/lua/plugins.lua @@ -44,21 +44,29 @@ require('lazy').setup({ }, -- Syntaxes - 'https://git.sr.ht/~rbdr/api-notation.vim', 'ARM9/snes-syntax-vim', 'https://git.sr.ht/~torresjrjr/gemini.vim', + { "folke/neodev.nvim", opts = {} }, -- Debugging 'mfussenegger/nvim-dap', 'rcarriga/nvim-dap-ui', + 'mxsdev/nvim-dap-vscode-js', -- Editing + 'ms-jpq/coq_nvim', 'tpope/vim-endwise', 'rstacruz/vim-closer', 'michaeljsmith/vim-indent-object', + 'Pocco81/auto-save.nvim', + { + "danymat/neogen", + config = true + }, -- Treesitter 'nvim-treesitter/nvim-treesitter', + 'https://git.sr.ht/~rbdr/tree-sitter-api-notation', -- LSP 'neovim/nvim-lspconfig', @@ -67,5 +75,7 @@ require('lazy').setup({ -- Tools 'vim-scripts/LargeFile', 'tpope/vim-fugitive', - 'milkypostman/vim-togglelist' + 'milkypostman/vim-togglelist', + + 'https://git.sr.ht/~rbdr/nota.nvim' })