Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FelipeIzolan/lipoide.nvim
👽 | lipoide.nvim | colorscheme | The ultra-dark-green-badass-neovim-theme
https://github.com/FelipeIzolan/lipoide.nvim
neovim neovim-colorscheme neovim-plugin nvim
Last synced: 19 days ago
JSON representation
👽 | lipoide.nvim | colorscheme | The ultra-dark-green-badass-neovim-theme
- Host: GitHub
- URL: https://github.com/FelipeIzolan/lipoide.nvim
- Owner: FelipeIzolan
- License: unlicense
- Created: 2024-01-01T04:48:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-05T07:18:39.000Z (7 months ago)
- Last Synced: 2024-08-01T16:44:45.483Z (4 months ago)
- Topics: neovim, neovim-colorscheme, neovim-plugin, nvim
- Language: Lua
- Homepage:
- Size: 9.77 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 👽 lipoide.nvim
![image](https://github.com/FelipeIzolan/lipoide.nvim/assets/80170121/379236a5-184a-44e0-9b21-103d2eb69c58)## 🚀 Installation && Usage
```lua
-- lazy.nvim
{ 'FelipeIzolan/lipoide.nvim' }
-- or
{
'FelipeIzolan/lipoide.nvim',
dependencies = { 'nvim-treesitter/nvim-treesitter' },
config = function()
require("lipoide").setup({
transparent = false, -- boolean
transparent_column = false, -- boolean
comment_italic = false -- boolean
})
end
}
``````lua
-- disable semantic-tokens (strongly recommended)
local on_attach = function (client, _)
client.server_capabilities.semanticTokensProvider = nil
endlocal lsp = require("lspconfig")
lsp[$server].setup({ ..., on_attach = on_attach})
``````lua
colorscheme lipoide
vim.cmd("colorscheme lipoide")
```# 🍭 Colors
![image](https://github.com/FelipeIzolan/lipoide.nvim/assets/80170121/94e1ae9a-d389-4e49-9888-a759abd99b0b)## 🔗 Compatibility
- Treesitter (required)
- Netrw
- Lazy
- IndentMini