Initial LSP setup with formatting and autocompletion

This commit is contained in:
2026-06-01 12:46:46 +04:00
commit fd3267ca21
13 changed files with 263 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
local autopairs = require("nvim-autopairs")
autopairs.setup({})