update init.lua
This commit is contained in:
parent
d3cc1e4ec3
commit
f36f9e078a
1 changed files with 24 additions and 20 deletions
|
@ -1,7 +1,7 @@
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"stevearc/conform.nvim",
|
"stevearc/conform.nvim",
|
||||||
-- event = 'BufWritePre', -- uncomment for format on save
|
event = 'BufWritePre', -- uncomment for format on save
|
||||||
opts = require "configs.conform",
|
opts = require "configs.conform",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -25,9 +25,9 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"tpope/vim-fugitive",
|
"tpope/vim-fugitive",
|
||||||
cmd={"Git", "G", "Gdiffsplit", "Gvdiffsplit", "Gwrite", "Gread", "Ggrep", "GMove", "GDelete", "GBrowse"},
|
cmd = { "Git", "G", "Gdiffsplit", "Gvdiffsplit", "Gwrite", "Gread", "Ggrep", "GMove", "GDelete", "GBrowse" },
|
||||||
keys={
|
keys = {
|
||||||
{"<leader>gs", "<cmd>vertical Git<cr>" },
|
{ "<leader>gs", "<cmd>vertical Git<cr>" },
|
||||||
desc = "Open Fugitive"
|
desc = "Open Fugitive"
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
|
@ -37,7 +37,7 @@ return {
|
||||||
{ "tpope/vim-rhubarb", opts = { enabled = true, lazy = false } },
|
{ "tpope/vim-rhubarb", opts = { enabled = true, lazy = false } },
|
||||||
{
|
{
|
||||||
"folke/zen-mode.nvim",
|
"folke/zen-mode.nvim",
|
||||||
cmd="ZenMode",
|
cmd = "ZenMode",
|
||||||
opts = {
|
opts = {
|
||||||
plugins = {
|
plugins = {
|
||||||
kitty = {
|
kitty = {
|
||||||
|
@ -128,4 +128,8 @@ return {
|
||||||
"cp ./*.py ~/.config/kitty/"
|
"cp ./*.py ~/.config/kitty/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"gfontenot/vim-xcode",
|
||||||
|
enabled = true,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue