nvim config ok
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
@@ -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" },
|
||||||
|
|||||||
@@ -2,4 +2,3 @@
|
|||||||
return {
|
return {
|
||||||
{ "folke/trouble.nvim", opts = {} },
|
{ "folke/trouble.nvim", opts = {} },
|
||||||
}
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user