summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/core/commands.lua
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-10-05 08:46:35 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-10-05 08:46:35 +0200
commit77cdf208765ad351e48724ed5ad57e55703eca61 (patch)
tree7f19757b255ab66895d9240a5aca77a35cef8aac /.config/nvim/lua/core/commands.lua
parent4fd170aa9d55b7bcd1f0a9445c9e136b560e3220 (diff)
Add major update to LSP from lunarvim
Diffstat (limited to '.config/nvim/lua/core/commands.lua')
-rw-r--r--.config/nvim/lua/core/commands.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/core/commands.lua b/.config/nvim/lua/core/commands.lua
index 403194e..34033d4 100644
--- a/.config/nvim/lua/core/commands.lua
+++ b/.config/nvim/lua/core/commands.lua
@@ -10,7 +10,7 @@ M.defaults = {
endif
endfunction
]],
- [[command! LvimInfo lua require('core.info').toggle_popup(vim.bo.filetype)]],
+ [[command! NvimInfo lua require('core.info').toggle_popup(vim.bo.filetype)]],
}
M.load = function(commands)