mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 09:41:10 +01:00
added tailwindcss and neorg plugins
This commit is contained in:
@@ -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 +0,0 @@
|
||||
require("gruvbox-baby").setup()
|
||||
@@ -0,0 +1,12 @@
|
||||
require("neorg").setup{
|
||||
load = {
|
||||
["core.defaults"] = {},
|
||||
["core.autocommands"] = {},
|
||||
["core.integrations.treesitter"] = {},
|
||||
["core.concealer"] = {
|
||||
config = {
|
||||
icon_preset = "varied",
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
require("nvim-tree").setup {
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
require("nvim-web-devicons").setup{
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
require("rose-pine").setup {
|
||||
|
||||
}
|
||||
@@ -1 +1,2 @@
|
||||
require("telescope").setup ({})
|
||||
require("telescope").setup {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user