onedarkpro.nvim icon indicating copy to clipboard operation
onedarkpro.nvim copied to clipboard

🎨 Atom's iconic One Dark theme. Cacheable, fully customisable, Tree-sitter and LSP semantic token support. Comes with variants

Results 6 onedarkpro.nvim issues
Sort by recently updated
recently updated
newest added

This is a great plugin for navigating LSP symbols

good first issue

Hi, If I have a setup like: ```lua local onedarkpro = require('onedarkpro') local p = { fg = '#abb2bf', pmenu = '#333841', } onedarkpro.setup({ theme = 'onedark', colors = p,...

Lots of color schemes do something like this: https://github.com/EdenEast/nightfox.nvim/blob/main/lua/nightfox/lib/compile.lua It can improve startup time by quite a bit. I love onedarkpro.nvim but according to `:PackerProfile` it’s one of the plugins...

enhancement

Hi, consider the following minimal.lua file: ```lua local fn = vim.fn -- Ignore default config and plugins and define new dirs local test_dir = '/tmp/nvim-minimal' vim.opt.runtimepath:remove(fn.expand('~/.config/nvim')) vim.opt.packpath:remove(fn.expand('~/.local/share/nvim/site')) vim.opt.runtimepath:append(fn.expand(test_dir)) vim.opt.packpath:append(fn.expand(test_dir)) --...

bug
enhancement

### Lualine transparent TRUE ![2024-01-17_164426_767701685](https://github.com/olimorris/onedarkpro.nvim/assets/148780611/083991d8-ebea-4857-bf20-8106b0531d79) ### Lualine transparent FALSE or DEFAULT ![2024-01-17_164355_826873704](https://github.com/olimorris/onedarkpro.nvim/assets/148780611/a8be3361-7d55-4774-bba7-c4e85206233f)

Hey @mmirus - whenever you get a spare moment, could you check if the `nc` highlights are working as expected. All looks good to me but as I don't use...