Add pascal mode

This commit is contained in:
Yannick Reiß 2024-09-23 15:23:44 +02:00
parent 085ff836c3
commit d2c68f99ab
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ require("navigation")
-- Mason and builtin lsp configuration -- Mason and builtin lsp configuration
require("lspconfiguration") require("lspconfiguration")
-- Pascal mode (supported by plugins)
require("pascal_mode")
-- Misc configuration -- Misc configuration
if vim == nil then if vim == nil then
vim = {} vim = {}