mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-29 15:15:07 +02:00
add back which key
This commit is contained in:
parent
ce21cc9c63
commit
3fd4e13bf7
6 changed files with 257 additions and 6 deletions
3
init.lua
3
init.lua
|
@ -17,6 +17,9 @@ require('nv-quickscope')
|
|||
require('nv-rnvimr')
|
||||
require('nv-startify')
|
||||
|
||||
-- Which Key (Hope to replace with Lua plugin someday)
|
||||
vim.cmd('source ~/.config/nvim/lua/nv-whichkey/init.vim')
|
||||
|
||||
-- LSP
|
||||
require('lsp')
|
||||
require('utils')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue