From deaa980c2c9b21c8ee051f2d68b4aab4f4836e67 Mon Sep 17 00:00:00 2001 From: psychhim Date: Tue, 7 Oct 2025 01:54:40 +0530 Subject: [PATCH] formatted --- init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/init.lua b/init.lua index d78439a..0daff3c 100644 --- a/init.lua +++ b/init.lua @@ -404,7 +404,6 @@ local on_attach = function(_, bufnr) -- NOTE: Remember that lua is a real programming language, and as such it is possible -- to define small helper and utility functions so you don't have to repeat yourself -- many times. - -- -- In this case, we create a function that lets us more easily define mappings specific -- for LSP related items. It sets the mode, buffer and description for us each time. local nmap = function(keys, func, desc)