-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinit.lua
41 lines (39 loc) · 1.35 KB
/
init.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
-- cd c,
-- ,oxol cdl.
-- :ooodllc, coddl.
-- .coddddlcllc coooooo'
-- ;:;:odddlcllll. :ooooooox
-- ;;;;;:ddlclllll' :oooooooo
-- ;;;;;,;llclllllll :lllllllo
-- ;;;;;;;;;llllllllc. ;llllllll
-- ;;;;;;;;. :cccccccc: ;llllllll
-- ,,,,,,,;. ,ccccccccc. ;llllllll
-- ,,,,,,,;. .lcccccccc. ;cccccccl
-- ,,,,,,,;. 'cccccccc,ccccccccc
-- ,,,,,,,,. '::::::::ccccccccc
-- ,,,,,,,,. :::::::clc:::::c
-- ,,,,,,,,. .c::::cllcc:::c
-- .,,,,,,. c::::cccc::.
-- .''''. ,;;:cccc.
-- ''. .::c:
-- . :
--neovim config!
--all of the config is imported into this main init.lua file to stay organized (:
-- require configuration files
require "user.plugins"
require "user.options"
require "user.keymaps"
require "user.colorscheme"
--looks for init in the lsp directory
require "user.lsp"
--PLUGINS
require("bufferline").setup{}
require "user.plugins.cmp"
require "user.plugins.treesitter"
require "user.plugins.nvimtree"
require "user.plugins.luaLine"
require "user.plugins.telescope"
require "user.plugins.toggleterm"
require "user.plugins.indent-blankline"
--bufferline config doesen't work idk its not in lua reasearch this
--require "user.plugins.bufferLine"