My neovim config
0
fork

Configure Feed

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

change themes

+10 -2
+6 -2
init.lua
··· 6 6 { src = "https://github.com/scrooloose/nerdcommenter"}, 7 7 { src = "https://github.com/smoka7/hop.nvim"}, 8 8 { src = "https://github.com/folke/trouble.nvim"}, 9 + 10 + -- themes 9 11 { src = "https://github.com/vague-theme/vague.nvim"}, 12 + { src = "https://github.com/IroncladDev/osmium"}, 13 + 10 14 11 15 -- Mason / Lsp 12 16 { src = "https://github.com/mason-org/mason.nvim.git" }, ··· 25 29 vim.o.smartcase = true 26 30 vim.o.signcolumn = 'yes' 27 31 vim.o.updatetime = 250 28 - vim.o.timeoutlen = 300 32 + vim.o.timeoutlen = 600 29 33 vim.o.splitright = true 30 34 vim.o.splitbelow = true 31 35 vim.o.inccommand = 'split' ··· 44 48 vim.g.have_nerd_font = true 45 49 vim.o.winborder = "rounded" 46 50 47 - vim.cmd("colorscheme vague") 51 + vim.cmd("colorscheme osmium") 48 52 vim.cmd(":hi statusline guibg=NONE") 49 53 50 54
+4
nvim-pack-lock.json
··· 32 32 "rev": "f55b25e493a7df76371cfadd0ded5004cb9cd48a", 33 33 "src": "https://github.com/stevearc/oil.nvim" 34 34 }, 35 + "osmium": { 36 + "rev": "ac55489a2d86c8cadf87fc062f10992b3ed286eb", 37 + "src": "https://github.com/IroncladDev/osmium" 38 + }, 35 39 "trouble.nvim": { 36 40 "rev": "bd67efe408d4816e25e8491cc5ad4088e708a69a", 37 41 "src": "https://github.com/folke/trouble.nvim"