This commit is contained in:
2023-06-20 14:03:00 -04:00
parent f7999d7c9a
commit e9ca2e5a6e
9 changed files with 67 additions and 24 deletions

View File

@@ -45,3 +45,5 @@ require("lazy").setup({
},
},
})
vim.api.nvim_set_hl(0, "@type.qualifier", { link = "Keyword" })

View File

@@ -7,5 +7,6 @@ opt.autowriteall = true
opt.colorcolumn = "100"
opt.hidden = false
opt.tabstop = 4
opt.sidescrolloff = 0
opt.shiftwidth = 4
opt.relativenumber = false

View File

@@ -2,7 +2,19 @@ return {
{
"LazyVim/LazyVim",
opts = {
colorscheme = "catppuccin-macchiato",
colorscheme = "catppuccin",
},
},
{ "catppuccin/nvim",
name = "catppuccin",
opts = {
flavour = "frappe",
},
},
{ "ellisonleao/gruvbox.nvim" },
{"rktjmp/lush.nvim" },
{"briones-gabriel/darcula-solid.nvim",
depends = {"rktjmp/lush.nvim" },
},
{ "doums/darcula" },
}

View File

@@ -27,6 +27,13 @@ return {
"windwp/nvim-spectre",
enabled = false,
},
{
"ggandor/leap-spooky.nvim",
enabled = true,
opts = {
paste_on_remote_yank = true,
},
},
{
"ggandor/flit.nvim",
enabled = false,
@@ -35,19 +42,25 @@ return {
-- "rafamadriz/friendly-snippets",
-- enabled = false,
-- },
-- {
-- "folke/noice.nvim",
-- enabled = false,
-- opts = {
-- cmdline = {
-- view = "cmdline",
-- },
-- },
-- },
{
"folke/noice.nvim",
enabled = false,
opts = {
cmdline = {
view = "cmdline",
},
},
},
{
"echasnovski/mini.pairs",
enabled = false,
},
{ "ellisonleao/gruvbox.nvim" },
{"rktjmp/lush.nvim" },
{"briones-gabriel/darcula-solid.nvim",
depends = {"rktjmp/lush.nvim" },
},
{ "doums/darcula" },
{
"echasnovski/mini.indentscope",
opts = {