-- init.lua -- ======================== -- ===== =============== -- ====== ================ -- ====== ================ -- ====== ==== ==== == -- ====== === == = = -- ====== === = == = -- = === === = == ==== -- = === === = == = = -- == ===== ==== == -- ======================== Confdir = os.getenv('XDG_CONFIG_HOME') vim.cmd('set runtimepath^=/home/r_bousset/.config/nvim runtimepath+=/home/jozan/.config/nvim/after') vim.cmd('let &packpath = &runtimepath') require('config.lazy') require('config.settings') require('config.bindings') require('config.langs') require('config.hooks') require('lsp.arduino') require('lsp.bashls') require('lsp.clangd') require('lsp.gopls') require('lsp.luals') require('lsp.perlnavigator')