diff --git a/lua/plex/config/init.lua b/lua/plex/config/init.lua index af0754f..843880a 100644 --- a/lua/plex/config/init.lua +++ b/lua/plex/config/init.lua @@ -28,7 +28,7 @@ local defaults = { colorscheme = '', features = { - elite_mode = false, + elite_mode = true, window_q_mapping = true, }, diff --git a/lua/plex/plugins/extras/org/neorg.lua b/lua/plex/plugins/extras/org/neorg.lua index 68905c3..90cb8a8 100644 --- a/lua/plex/plugins/extras/org/neorg.lua +++ b/lua/plex/plugins/extras/org/neorg.lua @@ -1,7 +1,8 @@ return { { "nvim-neorg/neorg", - lazy = false, + enabled = false, + lazy = true, build = ":Neorg sync-parsers", dependencies = { "nvim-lua/plenary.nvim" }, config = function() diff --git a/lua/plex/plugins/treesitter.lua b/lua/plex/plugins/treesitter.lua index a422b5a..592534c 100644 --- a/lua/plex/plugins/treesitter.lua +++ b/lua/plex/plugins/treesitter.lua @@ -69,8 +69,8 @@ return { -- See: https://github.com/windwp/nvim-ts-autotag autotag = { enable = true, - -- Removed markdown due to errors filetypes = { + 'markdown', 'glimmer', 'handlebars', 'hbs', @@ -186,5 +186,9 @@ return { 'zig', }, }, + init = function () + vim.opt.concealcursor = "nc" + vim.opt.conceallevel = 2 + end }, } diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add index ef5fd27..03831ee 100644 --- a/spell/en.utf-8.add +++ b/spell/en.utf-8.add @@ -66,3 +66,5 @@ zlib experimentelle SHA Etablierungs +the +strikethrough diff --git a/spell/en.utf-8.add.spl b/spell/en.utf-8.add.spl index 64cbbf6..60f315f 100644 Binary files a/spell/en.utf-8.add.spl and b/spell/en.utf-8.add.spl differ