Compare commits
No commits in common. "af3c62310ed331db2f3698d01c71efdd327583ee" and "2e9093be52f6ac088d9901135e56744998f3d256" have entirely different histories.
af3c62310e
...
2e9093be52
2 changed files with 47 additions and 0 deletions
|
|
@ -1,5 +1,43 @@
|
|||
{
|
||||
colorschemes.catppuccin = {
|
||||
enable = true;
|
||||
luaConfig.pre = ''
|
||||
opts = {
|
||||
lsp_styles = {
|
||||
underlines = {
|
||||
errors = { "undercurl" },
|
||||
hints = { "undercurl" },
|
||||
warnings = { "undercurl" },
|
||||
information = { "undercurl" },
|
||||
},
|
||||
},
|
||||
integrations = {
|
||||
aerial = true,
|
||||
alpha = true,
|
||||
cmp = true,
|
||||
dashboard = true,
|
||||
flash = true,
|
||||
fzf = true,
|
||||
grug_far = true,
|
||||
gitsigns = true,
|
||||
headlines = true,
|
||||
illuminate = true,
|
||||
indent_blankline = { enabled = true },
|
||||
leap = true,
|
||||
lsp_trouble = true,
|
||||
mason = true,
|
||||
mini = true,
|
||||
navic = { enabled = true, custom_bg = "lualine" },
|
||||
neotest = true,
|
||||
neotree = true,
|
||||
noice = true,
|
||||
notify = true,
|
||||
snacks = true,
|
||||
telescope = true,
|
||||
treesitter_context = true,
|
||||
which_key = true,
|
||||
},
|
||||
}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,14 @@
|
|||
{
|
||||
plugins.trouble = {
|
||||
enable = true;
|
||||
luaConfig.pre = ''
|
||||
opts = {
|
||||
modes = {
|
||||
lsp = {
|
||||
win = { position = "right" },
|
||||
},
|
||||
},
|
||||
}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue