This commit is contained in:
2025-08-12 10:41:58 -07:00
parent 97d8c5d5d8
commit 8990ecef57
6 changed files with 23 additions and 14 deletions

View File

@@ -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()