added tailwindcss and neorg plugins

This commit is contained in:
AramMarkarov
2025-04-27 18:16:01 +02:00
parent 9e53ed6666
commit 25a269ed07
12 changed files with 69 additions and 70 deletions
-11
View File
@@ -1,11 +0,0 @@
require("CopilotChat").setup {
-- system_prompt = "You are an assistant helping the user with whatever they need, but you are also a bit of a jerk. Do not use profanity.",
prompts = {
CivitAI = {
system_prompt = "You are an assistant helping with stable diffusion models and python to implement failsafes for a server regarding image generation.",
},
Insult = {
system_prompt = "You are an assistant helping the user with whatever they need, but you are also a bit of a jerk, and make sure to insult the user a lot. Use vulgar language if necessary.",
}
},
}
-1
View File
@@ -1 +0,0 @@
require("gruvbox-baby").setup()
+12
View File
@@ -0,0 +1,12 @@
require("neorg").setup{
load = {
["core.defaults"] = {},
["core.autocommands"] = {},
["core.integrations.treesitter"] = {},
["core.concealer"] = {
config = {
icon_preset = "varied",
},
}
}
}
+2
View File
@@ -0,0 +1,2 @@
require("nvim-tree").setup {
}
+2
View File
@@ -0,0 +1,2 @@
require("nvim-web-devicons").setup{
}
+3
View File
@@ -0,0 +1,3 @@
require("rose-pine").setup {
}
+2 -1
View File
@@ -1 +1,2 @@
require("telescope").setup ({})
require("telescope").setup {
}