From a0d4284f53f90fb94430edb5309cee4bc0067e7e Mon Sep 17 00:00:00 2001 From: phajw Date: Thu, 25 Jan 2024 16:31:23 +0100 Subject: Add licence, enable silent formatters execution --- init.lua | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 6d26278..45e6811 100644 --- a/init.lua +++ b/init.lua @@ -1,17 +1,8 @@ --- ________ _________ _____ .__ ____ --- \______ \ / _____/ ____ ____ ____ _/ ____\|__| / ___\ --- | | \ \_____ \ _/ ___\ / _ \ / \\ __\ | | / /_/ > --- | ` \ / \\ \___( <_> )| | \| | | | \___ / --- /_______ //_______ / \___ >\____/ |___| /|__| |__|/_____/ --- \/ \/ \/ \/ --- Starting point for my neovim setup --- https://github.com/dsrcr/nvim - --Open this file if you want to add new plugins require("config.packer") --- You can find here stuff related to lsp +-- Here you can find stuff related to lsp require("config.lsp") --- You can customize editor +-- And there goes editor customization require("config.editor") -- cgit v1.2.3