Added my NeoVim config.

This commit is contained in:
duma97
2025-11-15 21:21:50 +04:00
parent 70d2ac3c4d
commit 992e6832ad
20 changed files with 712 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
return {
'windwp/nvim-autopairs',
event = "InsertEnter",
config = true,
-- use opts = {} for passing setup options
-- this is equivalent to setup({}) function
}