feat: initial push with a fully separated and organized user configuration for AstroNvim v3
This commit is contained in:
6
lsp/mappings.lua
Normal file
6
lsp/mappings.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
-- easily add or disable built in mappings added during LSP attaching
|
||||
return {
|
||||
n = {
|
||||
-- ["<leader>lf"] = false -- disable formatting keymap
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user