modules
This commit is contained in:
@@ -34,6 +34,12 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
|
||||
end
|
||||
vim.opt.rtp:prepend(lazypath)
|
||||
|
||||
vim.filetype.add({
|
||||
extension = {
|
||||
ixx = "cpp",
|
||||
},
|
||||
})
|
||||
|
||||
require("config.opts")
|
||||
|
||||
require("lazy").setup({
|
||||
|
||||
Reference in New Issue
Block a user