update colour theme
This commit is contained in:
parent
82438d0ec0
commit
afd4c1e2c4
4 changed files with 27 additions and 9 deletions
18
lua/custom/plugins/plugins.lua
Normal file
18
lua/custom/plugins/plugins.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
-- You can add your own plugins here or in other files in this directory!
|
||||
-- I promise not to create any merge conflicts in this directory :)
|
||||
--
|
||||
-- See the kickstart.nvim README for more information
|
||||
return {
|
||||
{
|
||||
"folke/todo-comments.nvim",
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
opts = {
|
||||
-- your configuration comes here
|
||||
-- or leave it empty to use the default settings
|
||||
-- refer to the configuration section below
|
||||
}
|
||||
},
|
||||
{
|
||||
"mg979/vim-visual-multi",
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue