My neovim config
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

x

+31 -3
+11 -3
init.lua
··· 4 4 { src = "https://github.com/nvim-mini/mini.icons" }, 5 5 { src = "https://github.com/nvim-mini/mini.pick" }, 6 6 7 + { src = "https://github.com/lewis6991/gitsigns.nvim" }, 8 + { src = "https://github.com/windwp/nvim-autopairs" }, 9 + { src = "https://github.com/j-hui/fidget.nvim" }, 10 + { src = "https://github.com/folke/todo-comments.nvim" }, 11 + 12 + -- { src = "https://github.com/numToStr/Comment.nvim" }, 13 + 7 14 { src = "https://github.com/saghen/blink.cmp", version = "v1.9.1" }, 8 15 { src = "https://github.com/rafamadriz/friendly-snippets" }, 9 16 ··· 140 147 -- when the Rust fuzzy matcher is not available, by using `implementation = "prefer_rust"` 141 148 -- 142 149 -- See the fuzzy documentation for more information 143 - fuzzy = { implementation = "prefer_rust" }, 150 + fuzzy = { implementation = "prefer_rust_with_warning" }, 144 151 }) 145 152 end 146 153 ··· 234 241 require("typescript-tools").setup({ 235 242 capabilities = capabilities, 236 243 settings = { 237 - separate_diagnostic_server = true, 238 - publish_diagnostic_on = "insert_leave", 239 244 expose_as_code_action = { "all" }, 240 245 complete_function_calls = true, 241 246 }, ··· 251 256 setup_treesitter() 252 257 setup_conform() 253 258 keymaps() 259 + 260 + require("nvim-autopairs").setup({}) 261 + require("todo-comments").setup({ signs = false })
+20
nvim-pack-lock.json
··· 1 1 { 2 2 "plugins": { 3 + "Comment.nvim": { 4 + "rev": "e30b7f2008e52442154b66f7c519bfd2f1e32acb", 5 + "src": "https://github.com/numToStr/Comment.nvim" 6 + }, 3 7 "blink.cmp": { 4 8 "rev": "4b18c32adef2898f95cdef6192cbd5796c1a332d", 5 9 "src": "https://github.com/saghen/blink.cmp", ··· 13 17 "rev": "b03a03148c8b34c24c96960b93da9c8883d11f54", 14 18 "src": "https://github.com/sainnhe/everforest" 15 19 }, 20 + "fidget.nvim": { 21 + "rev": "7fa433a83118a70fe24c1ce88d5f0bd3453c0970", 22 + "src": "https://github.com/j-hui/fidget.nvim" 23 + }, 16 24 "friendly-snippets": { 17 25 "rev": "6cd7280adead7f586db6fccbd15d2cac7e2188b9", 18 26 "src": "https://github.com/rafamadriz/friendly-snippets" 19 27 }, 28 + "gitsigns.nvim": { 29 + "rev": "7c4faa3540d0781a28588cafbd4dd187a28ac6e3", 30 + "src": "https://github.com/lewis6991/gitsigns.nvim" 31 + }, 20 32 "gruvbox-material": { 21 33 "rev": "790afe9dd085aa04eccd1da3626c5fa05c620e53", 22 34 "src": "https://github.com/sainnhe/gruvbox-material" ··· 45 57 "rev": "4ad37ade984e69c43227b82ccdca5a92a22886de", 46 58 "src": "https://github.com/nvim-mini/mini.pick" 47 59 }, 60 + "nvim-autopairs": { 61 + "rev": "59bce2eef357189c3305e25bc6dd2d138c1683f5", 62 + "src": "https://github.com/windwp/nvim-autopairs" 63 + }, 48 64 "nvim-emmet": { 49 65 "rev": "cde4fb2968704aae5c18b7f8a9bc2508767bb78d", 50 66 "src": "https://github.com/olrtg/nvim-emmet" ··· 72 88 "teide.nvim": { 73 89 "rev": "95041d1d78e786bd88be64bca3e1771f7b6236df", 74 90 "src": "https://github.com/serhez/teide.nvim" 91 + }, 92 + "todo-comments.nvim": { 93 + "rev": "31e3c38ce9b29781e4422fc0322eb0a21f4e8668", 94 + "src": "https://github.com/folke/todo-comments.nvim" 75 95 }, 76 96 "trouble.nvim": { 77 97 "rev": "bd67efe408d4816e25e8491cc5ad4088e708a69a",