email!
This commit is contained in:
@@ -51,11 +51,16 @@ require("lazy").setup({
|
||||
end,
|
||||
opts = {
|
||||
preset = "helix",
|
||||
triggers = {
|
||||
{ "<auto>", mode = "nixsotc" },
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"kylechui/nvim-surround",
|
||||
version = "main",
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
require("nvim-surround").setup({})
|
||||
end,
|
||||
},
|
||||
{ "lewis6991/gitsigns.nvim" },
|
||||
{ "neovim/nvim-lspconfig" },
|
||||
{ "hrsh7th/nvim-cmp" },
|
||||
@@ -128,8 +133,6 @@ opt.expandtab = true
|
||||
|
||||
vim.keymap.set("ca", "o", "tabnew")
|
||||
|
||||
vim.cmd("autocmd BufReadPost,FileReadPost * normal zR")
|
||||
|
||||
-- Comment.vim - Smart and Powerful commenting plugin for neovim
|
||||
require("Comment").setup()
|
||||
|
||||
|
Reference in New Issue
Block a user