From 367836c01323c22cd3fa07bc88f5195014a2cf52 Mon Sep 17 00:00:00 2001 From: phajw Date: Wed, 4 Oct 2023 06:04:43 -0400 Subject: Move from github --- init.lua | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 init.lua (limited to 'init.lua') diff --git a/init.lua b/init.lua new file mode 100644 index 0000000..6d26278 --- /dev/null +++ b/init.lua @@ -0,0 +1,17 @@ +-- ________ _________ _____ .__ ____ +-- \______ \ / _____/ ____ ____ ____ _/ ____\|__| / ___\ +-- | | \ \_____ \ _/ ___\ / _ \ / \\ __\ | | / /_/ > +-- | ` \ / \\ \___( <_> )| | \| | | | \___ / +-- /_______ //_______ / \___ >\____/ |___| /|__| |__|/_____/ +-- \/ \/ \/ \/ +-- 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 +require("config.lsp") + +-- You can customize editor +require("config.editor") -- cgit v1.2.3