mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
refactor: mappings => keymaps
This commit is contained in:
parent
d5c8045bbd
commit
ed85d79992
4 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
local servers = require("user.plugins.lsp.servers")
|
||||
local function on_attach(client, bufnr)
|
||||
require("user.plugins.lsp.format").on_attach(client, bufnr)
|
||||
require("user.plugins.lsp.mappings").on_attach(client, bufnr)
|
||||
require("user.plugins.lsp.keymaps").on_attach(client, bufnr)
|
||||
end
|
||||
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue