mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 11:29:56 -06:00
Fix colorizing
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
(module dotfiles.plugin.colorizer
|
(module dotfiles.plugin.colorizer
|
||||||
{autoload {colorizer colorizer}})
|
{autoload {colorizer colorizer}})
|
||||||
|
|
||||||
(colorizer.setup {"*" {}}
|
(colorizer.setup [:*]
|
||||||
{:RGB true ; #RGB hex codes, like #F00
|
{:RGB true ; #RGB hex codes, like #F00
|
||||||
:RRGGBB true ; #RRGGBB hex codes, like #00FF00
|
:RRGGBB true ; #RRGGBB hex codes, like #00FF00
|
||||||
:names true ; "Name" codes like Blue
|
:names true ; "Name" codes like Blue
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
:kristijanhusak/vim-dadbod-completion {}
|
:kristijanhusak/vim-dadbod-completion {}
|
||||||
:kristijanhusak/vim-dadbod-ui {}
|
:kristijanhusak/vim-dadbod-ui {}
|
||||||
:neovim/nvim-lspconfig {:mod :lspconfig} ; NeoVim lsp config
|
:neovim/nvim-lspconfig {:mod :lspconfig} ; NeoVim lsp config
|
||||||
:norcalli/nvim-colorizer.lua {:mode :colorizer}
|
:norcalli/nvim-colorizer.lua {:mod :colorizer}
|
||||||
:nvim-orgmode/orgmode { :mod :orgmode }
|
:nvim-orgmode/orgmode { :mod :orgmode }
|
||||||
:nvim-telescope/telescope.nvim {:requires [[:nvim-lua/popup.nvim] [:nvim-lua/plenary.nvim]] :mod :telescope}
|
:nvim-telescope/telescope.nvim {:requires [[:nvim-lua/popup.nvim] [:nvim-lua/plenary.nvim]] :mod :telescope}
|
||||||
:nvim-treesitter/nvim-treesitter {:run ":TSUpdate" :mod :treesitter}
|
:nvim-treesitter/nvim-treesitter {:run ":TSUpdate" :mod :treesitter}
|
||||||
|
|||||||
Reference in New Issue
Block a user