mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-21 03:04:38 +10:00
made neovim config using XDG_BASE_FOLDER specifications
This commit is contained in:
15
.config/nvim/after/plugin/which-key.rc.lua
Normal file
15
.config/nvim/after/plugin/which-key.rc.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
-------------------------------------------------
|
||||
-- DT'S NEOVIM CONFIGURATION
|
||||
-- Neovim website: https://neovim.io/
|
||||
-- DT's dotfiles: https://gitlab.com/dwt1/dotfiles
|
||||
-------------------------------------------------
|
||||
|
||||
local status, which_key = pcall(require, "which-key")
|
||||
if not status then
|
||||
return
|
||||
end
|
||||
|
||||
which_key.setup({
|
||||
-- your configuration comes here
|
||||
-- or leave it empty to use the default settings
|
||||
})
|
||||
Reference in New Issue
Block a user