From 7674d2f29f5c336d2f4dadf1c9d354b1f5050710 Mon Sep 17 00:00:00 2001 From: secretspecter Date: Wed, 6 Mar 2024 16:19:13 -0700 Subject: [PATCH] locked in. lets cook! --- fnl/plugins.fnl | 62 ++++++++++++++++++++++++------------------------- lazy-lock.json | 5 +++- 2 files changed, 35 insertions(+), 32 deletions(-) diff --git a/fnl/plugins.fnl b/fnl/plugins.fnl index 9a08c5d..c2861bb 100644 --- a/fnl/plugins.fnl +++ b/fnl/plugins.fnl @@ -4,37 +4,37 @@ (let [lazy (require :lazy)] (lazy.setup ["https://github.com/rktjmp/hotpot.nvim" {:url "https://github.com/nvim-treesitter/nvim-treesitter" - :build ":TSUpdate"} - "https://github.com/guns/vim-sexp" - ;"https://github.com/ludovicchabant/vim-gutentags" - "https://github.com/preservim/vim-markdown" - "https://github.com/richardbizik/nvim-toc" - "https://github.com/nvim-lua/plenary.nvim" - {:url "https://github.com/neovim/nvim-lspconfig" - :dependencies ["https://github.com/williamboman/mason.nvim" - :williamboman/mason-lspconfig.nvim - {:url "https://github.com/j-hui/fidget.nvim" - :tag :legacy - :opts {}} - "https://github.com/folke/neodev.nvim"]} - {:url "https://github.com/hrsh7th/nvim-cmp" - :dependencies ["https://github.com/hrsh7th/cmp-nvim-lsp" - "https://github.com/hrsh7th/cmp-buffer" - "https://github.com/hrsh7th/cmp-path" - "https://github.com/hrsh7th/cmp-cmdline" - "https://github.com/hrsh7th/cmp-cmdline"]} - {:url "https://github.com/L3MON4D3/LuaSnip" - :dependencies ["https://github.com/saadparwaiz1/cmp_luasnip" - "https://github.com/rafamadriz/friendly-snippets"]} - {:url "https://github.com/nvim-telescope/telescope.nvim" - :tag :0.1.2 - :dependencies [{:url "https://github.com/nvim-telescope/telescope-fzf-native.nvim" - :build (.. "cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release" - " && cmake --build build --config Release" - " && cmake --install build --prefix build")} - "https://github.com/xiyaowong/telescope-emoji.nvim"]} - "https://github.com/sainnhe/everforest" - "https://github.com/tamton-aquib/duck.nvim"])) + :build ":TSUpdate"} + "https://github.com/guns/vim-sexp" + ;"https://github.com/ludovicchabant/vim-gutentags" + "https://github.com/preservim/vim-markdown" + "https://github.com/richardbizik/nvim-toc" + "https://github.com/nvim-lua/plenary.nvim" + {:url "https://github.com/neovim/nvim-lspconfig" + :dependencies ["https://github.com/williamboman/mason.nvim" + :williamboman/mason-lspconfig.nvim + {:url "https://github.com/j-hui/fidget.nvim" + :tag :legacy + :opts {}} + "https://github.com/folke/neodev.nvim"]} + {:url "https://github.com/hrsh7th/nvim-cmp" + :dependencies ["https://github.com/hrsh7th/cmp-nvim-lsp" + "https://github.com/hrsh7th/cmp-buffer" + "https://github.com/hrsh7th/cmp-path" + "https://github.com/hrsh7th/cmp-cmdline" + "https://github.com/hrsh7th/cmp-cmdline"]} + {:url "https://github.com/L3MON4D3/LuaSnip" + :dependencies ["https://github.com/saadparwaiz1/cmp_luasnip" + "https://github.com/rafamadriz/friendly-snippets"]} + {:url "https://github.com/nvim-telescope/telescope.nvim" + :tag :0.1.2 + :dependencies [{:url "https://github.com/nvim-telescope/telescope-fzf-native.nvim" + :build (.. "cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release" + " && cmake --build build --config Release" + " && cmake --install build --prefix build")} + "https://github.com/xiyaowong/telescope-emoji.nvim"]} + "https://github.com/sainnhe/everforest" + "https://github.com/tamton-aquib/duck.nvim"])) (let [personalize (require :personalize)] (personalize.options) diff --git a/lazy-lock.json b/lazy-lock.json index aa22c1f..15869d7 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -23,5 +23,8 @@ "telescope-fzf-native.nvim": { "branch": "main", "commit": "9ef21b2e6bb6ebeaf349a0781745549bbb870d27" }, "telescope.nvim": { "branch": "master", "commit": "776b509f80dd49d8205b9b0d94485568236d1192" }, "vim-markdown": { "branch": "master", "commit": "a657e697376909c41475a686eeef7fc7a4972d94" }, - "vim-sexp": { "branch": "master", "commit": "14464d4580af43424ed8f2614d94e62bfa40bb4d" } + "vim-repeat": { "branch": "master", "commit": "24afe922e6a05891756ecf331f39a1f6743d3d5a" }, + "vim-sexp": { "branch": "master", "commit": "14464d4580af43424ed8f2614d94e62bfa40bb4d" }, + "vim-sexp-mappings-for-regular-people": { "branch": "master", "commit": "cc5923e357373ea6ef0c13eae82f44e6b9b1d374" }, + "vim-surround": { "branch": "master", "commit": "3d188ed2113431cf8dac77be61b842acb64433d9" } } \ No newline at end of file