mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 10:05:37 +02:00
add telescope to init.lua
This commit is contained in:
parent
416d970ab3
commit
3786756e8f
1 changed files with 2 additions and 0 deletions
2
init.lua
2
init.lua
|
@ -1,3 +1,4 @@
|
|||
-- General mappings
|
||||
require('plugins')
|
||||
require('keymappings')
|
||||
require('settings')
|
||||
|
@ -16,6 +17,7 @@ require('nv-kommentary')
|
|||
require('nv-quickscope')
|
||||
require('nv-rnvimr')
|
||||
require('nv-startify')
|
||||
require('nv-telescope')
|
||||
|
||||
-- Which Key (Hope to replace with Lua plugin someday)
|
||||
vim.cmd('source ~/.config/nvim/lua/nv-whichkey/init.vim')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue