begin nvim config cleanup
This commit is contained in:
parent
d2d85c8cff
commit
4ecc5566b4
37 changed files with 326 additions and 476 deletions
|
|
@ -4,16 +4,12 @@ vim.g.maplocalleader = ' '
|
|||
vim.keymap.set({ 'n', 'v' }, '<Space>', '<Nop>', { silent = true })
|
||||
|
||||
-- Load modules
|
||||
if vim.g.vscode then
|
||||
require("config.mappings")
|
||||
else
|
||||
require("utils.lazy").lazy_init()
|
||||
require("lazy").setup("plugins", {
|
||||
require("config")
|
||||
require("utils.lazy").lazy_init()
|
||||
require("lazy").setup("plugins", {
|
||||
change_detection = {
|
||||
enabled = false,
|
||||
notify = false,
|
||||
enabled = false,
|
||||
notify = false,
|
||||
},
|
||||
})
|
||||
|
||||
require("config")
|
||||
end
|
||||
})
|
||||
require("config.lsp")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue