mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 01:55:08 +02:00
wrap lsp functions in simple commands
This commit is contained in:
parent
7da8f32a95
commit
4308a66977
6 changed files with 153 additions and 20 deletions
1
init.lua
1
init.lua
|
@ -34,6 +34,7 @@ else
|
|||
|
||||
-- Which Key (Hope to replace with Lua plugin someday)
|
||||
vim.cmd('source ~/.config/nvim/vimscript/nv-whichkey/init.vim')
|
||||
vim.cmd('source ~/.config/nvim/vimscript/functions.vim')
|
||||
-- vim.cmd('source ~/.config/nvim/vimscript/nv-commentary/init.vim')
|
||||
|
||||
-- LSP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue