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