aboutsummaryrefslogtreecommitdiffstats
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua13
1 files changed, 2 insertions, 11 deletions
diff --git a/init.lua b/init.lua
index 6d26278..45e6811 100644
--- a/init.lua
+++ b/init.lua
@@ -1,17 +1,8 @@
1-- ________ _________ _____ .__ ____
2-- \______ \ / _____/ ____ ____ ____ _/ ____\|__| / ___\
3-- | | \ \_____ \ _/ ___\ / _ \ / \\ __\ | | / /_/ >
4-- | ` \ / \\ \___( <_> )| | \| | | | \___ /
5-- /_______ //_______ / \___ >\____/ |___| /|__| |__|/_____/
6-- \/ \/ \/ \/
7-- Starting point for my neovim setup
8-- https://github.com/dsrcr/nvim
9
10--Open this file if you want to add new plugins 1--Open this file if you want to add new plugins
11require("config.packer") 2require("config.packer")
12 3
13-- You can find here stuff related to lsp 4-- Here you can find stuff related to lsp
14require("config.lsp") 5require("config.lsp")
15 6
16-- You can customize editor 7-- And there goes editor customization
17require("config.editor") 8require("config.editor")