summaryrefslogtreecommitdiff
path: root/lua/lvim/core/commands.lua
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2022-02-12 18:16:50 +0100
committerkylo252 <[email protected]>2022-02-12 18:16:50 +0100
commitcdbc3c8868e223cf050f48272dbbba2133997080 (patch)
treee0a370995c715d9ef22199fd91cab30650370ca8 /lua/lvim/core/commands.lua
parent4a66e1e6693f03d4c0b92b631ceb1236d88d5b3b (diff)
parente8e8e8b576ffab801d80364916705190ac88ea34 (diff)
Merge branch 'rolling'
Diffstat (limited to 'lua/lvim/core/commands.lua')
-rw-r--r--lua/lvim/core/commands.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lvim/core/commands.lua b/lua/lvim/core/commands.lua
index 2d23167f..4ddbfcf0 100644
--- a/lua/lvim/core/commands.lua
+++ b/lua/lvim/core/commands.lua
@@ -10,7 +10,7 @@ M.defaults = {
endif
endfunction
]],
- [[ command! BufferKill lua require('user.bufferline').buf_kill('bd') ]],
+ [[ command! BufferKill lua require('lvim.core.bufferline').buf_kill('bd') ]],
-- :LvimInfo
[[ command! LvimInfo lua require('lvim.core.info').toggle_popup(vim.bo.filetype) ]],
[[ command! LvimCacheReset lua require('lvim.utils.hooks').reset_cache() ]],