Add keymaps and commands for turning off/on auto formatting on save.
This commit is contained in:
parent
e1d2f81f32
commit
56ee18a475
4 changed files with 51 additions and 2 deletions
|
|
@ -28,6 +28,9 @@ require("terminal")
|
|||
-- Initialize the custom window management functionality
|
||||
require("window_management").setup()
|
||||
|
||||
-- Initializes custom commands and keybindings for handling code formatting
|
||||
require("format_handler").setup()
|
||||
|
||||
-- Set configs for servers and enable them in the Neovim LSP Client
|
||||
require("lsp/setup")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue