Updated config
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
local on_attach = require("taken.utils.on_attach")
|
|
||||||
return {
|
return {
|
||||||
"luckasRanarison/tailwind-tools.nvim",
|
"luckasRanarison/tailwind-tools.nvim",
|
||||||
name = "tailwind-tools",
|
name = "tailwind-tools",
|
||||||
@@ -9,6 +8,8 @@ return {
|
|||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
|
local on_attach = require("taken.utils.on_attach")
|
||||||
|
|
||||||
require("tailwind-tools").setup({
|
require("tailwind-tools").setup({
|
||||||
server = {
|
server = {
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
|
|||||||
Reference in New Issue
Block a user