nvim config ok

This commit is contained in:
2025-09-21 12:47:12 -04:00
parent 415b6c0fdd
commit 055c330f29
4 changed files with 2 additions and 6 deletions

View File

@@ -1,7 +1,5 @@
require("zinn.lazy") require("zinn.lazy")
require("zinn.options") require("zinn.options")
vim.keymap.set("n", "<C-n>", ":NvimTreeToggle<CR>", { silent = true }) vim.keymap.set("n", "<C-e>", ":NvimTreeToggle<CR>", { silent = true })
vim.cmd("colorscheme github_dark_high_contrast") vim.cmd("colorscheme github_dark_high_contrast")

View File

@@ -23,7 +23,7 @@ require("lazy").setup({
}, },
spec = { spec = {
{ import = "zinn.plugins" }, { import = "zinn.plugins" },
{'junegunn/fzf.vim'}, {'junegunn/fzf.vim'}
}, },
performance = { performance = {
rtp = { rtp = {

View File

@@ -4,7 +4,6 @@ return {
"j-hui/fidget.nvim", "j-hui/fidget.nvim",
opts = {}, opts = {},
}, },
-- Improved diagnostics display
{ {
"folke/trouble.nvim", "folke/trouble.nvim",
dependencies = { "nvim-tree/nvim-web-devicons" }, dependencies = { "nvim-tree/nvim-web-devicons" },

View File

@@ -2,4 +2,3 @@
return { return {
{ "folke/trouble.nvim", opts = {} }, { "folke/trouble.nvim", opts = {} },
} }