nvim config ok
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
require("zinn.lazy")
|
||||
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")
|
||||
|
||||
@@ -23,7 +23,7 @@ require("lazy").setup({
|
||||
},
|
||||
spec = {
|
||||
{ import = "zinn.plugins" },
|
||||
{'junegunn/fzf.vim'},
|
||||
{'junegunn/fzf.vim'}
|
||||
},
|
||||
performance = {
|
||||
rtp = {
|
||||
|
||||
@@ -4,7 +4,6 @@ return {
|
||||
"j-hui/fidget.nvim",
|
||||
opts = {},
|
||||
},
|
||||
-- Improved diagnostics display
|
||||
{
|
||||
"folke/trouble.nvim",
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
|
||||
@@ -2,4 +2,3 @@
|
||||
return {
|
||||
{ "folke/trouble.nvim", opts = {} },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user