Update nvim config to 0.11.1 standards.
This commit is contained in:
parent
fe23a8c0df
commit
ae1489527c
16 changed files with 45 additions and 88 deletions
|
|
@ -32,10 +32,10 @@ require("window_management").setup()
|
|||
require("format_handler").setup()
|
||||
|
||||
-- Set configs for servers and enable them in the Neovim LSP Client
|
||||
require("lsp/setup")
|
||||
require("lspsetup")
|
||||
|
||||
-- Set configs for nvim-dap so we can debug
|
||||
require("dap/setup")
|
||||
require("dapsetup")
|
||||
|
||||
-- See ":help vim.highlight.on_yank()"
|
||||
setup_yank_highlight()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue