- Fix nvim config - Add scripts - Add power setting - Add swayidle config - Add template system - Clean sway config
10 lines
197 B
Lua
10 lines
197 B
Lua
--[[
|
|
Loads settings for nvim-lspconfig
|
|
|
|
This file only loads others
|
|
|
|
To have a full display of the configuration structure, see the root
|
|
init.lua
|
|
--]]
|
|
|
|
require('plugins.nvim-lspconfig.lua_config')
|