neovim configuration using rocks.nvim plugin manager
0
fork

Configure Feed

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

chore: update

+9 -1
+2
init.lua
··· 12 12 require("core.lsp") 13 13 14 14 require("utils.format").setup() 15 + 16 + require("kulala").setup()
+5 -1
rocks.toml
··· 23 23 "rocks-treesitter.nvim" = { dir = "~/repo/rocks-treesitter.nvim"} 24 24 # harpoon uses plenary.nvim 25 25 "plenary.nvim" = "scm" 26 - github-nvim-theme = "1.0.2" 27 26 nvim-lspconfig = "0.1.8" 28 27 "mason.nvim" = "1.10.0" 29 28 "indent-blankline.nvim" = "3.7.1" ··· 81 80 tree-sitter-xml = "0.0.2" 82 81 tree-sitter-nix = "scm" 83 82 nvim-ufo = "1.4.0" 83 + "telescope.nvim" = "scm" 84 84 85 85 [plugins."gitsigns.nvim"] 86 86 git = "lewis6991/gitsigns.nvim" ··· 111 111 [plugins."kulala.nvim"] 112 112 git = "mistweaverco/kulala.nvim" 113 113 rev = "v2.7.0" 114 + 115 + [plugins.github-nvim-theme] 116 + git = "projekt0n/github-nvim-theme" 117 + rev = "v1.1.2^{}" 114 118 115 119 [config] 116 120 auto_setup = false
+2
todo.norg
··· 3 3 - ( ) `:h 'matchpairs'` 4 4 - ( ) statusline 5 5 - ( ) [sg.nvim]{https://github.com/sourcegraph/sg.nvim} support with luarocks maybe? 6 + - ( ) [rustaceanvim]{https://github.com/mrcjkb/rustaceanvim} 7 + - ( ) [macro-nvim's amazing util codes]{https://sourcegraph.com/github.com/Bekaboo/nvim@8401d73197e4ec214fe2bae0e0eb9b17a1f4cfbc/-/blob/lua/utils/git.lua?L74}