Config updates
This commit is contained in:
parent
30581c9de2
commit
920e171950
4 changed files with 20 additions and 6 deletions
|
|
@ -158,6 +158,18 @@ local plugins = {
|
|||
branch = "master"
|
||||
},
|
||||
|
||||
{
|
||||
"luckasRanarison/tailwind-tools.nvim",
|
||||
name = "tailwind-tools",
|
||||
build = ":UpdateRemotePlugins",
|
||||
dependencies = {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
"nvim-telescope/telescope.nvim", -- optional
|
||||
"neovim/nvim-lspconfig", -- optional
|
||||
},
|
||||
opts = {} -- your configuration
|
||||
},
|
||||
|
||||
-- require plugins with more complex config
|
||||
|
||||
require 'core.plugins.todo-comments',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue