remove orgmode

This commit is contained in:
Javier Pacheco 2023-08-23 06:08:03 -05:00
parent 387c05dc10
commit 73dc6cbe73
6 changed files with 77 additions and 62 deletions

View File

@ -204,7 +204,7 @@
.markdown-body table th,
.markdown-body table td {
padding: 6px 13px;
border: 1px solid var(--color-markdown-table-border);
border: 3px solid var(--color-markdown-table-border);
vertical-align: top;
}
.markdown-body kbd {

View File

@ -133,7 +133,8 @@ return {
-- :h table-mode-mappings
-- For Markdown-compatible tables use
vim.g.table_mode_map_prefix = "<localleader>t"
vim.g.table_mode_corner = "|"
vim.g.table_mode_corner = "+"
vim.g.table_mode_header_fillchar = '='
-- vim.cmd("let g:table_mode_map_prefix = '<localleader>t'")
-- vim.g.toggle_mode_options_toggle_map = "<localleader>tm"
-- vim.g.table_mode_commands_tableize = "<localleader>tt"
@ -141,12 +142,6 @@ return {
},
-- [[ notes ]]
{
'AntonVanAssche/md-headers.nvim',
dependencies = {
'nvim-lua/plenary.nvim'
}
},
{
"nvim-neorg/neorg",
build = ":Neorg sync-parsers",
@ -290,60 +285,60 @@ return {
end
},
{
'nvim-orgmode/orgmode',
config = function()
require('orgmode').setup {}
require('orgmode').setup_ts_grammar()
-- Treesitter configuration
require('nvim-treesitter.configs').setup {
-- If TS highlights are not enabled at all, or disabled via `disable` prop,
-- highlighting will fallback to default Vim syntax highlighting
highlight = {
enable = true,
-- Required for spellcheck, some LaTex highlights and
-- code block highlights that do not have ts grammar
additional_vim_regex_highlighting = { 'org' },
},
ensure_installed = { 'org' }, -- Or run :TSUpdate org
}
require('orgmode').setup({
org_agenda_files = { '~/agenda/org/*', '~/my-orgs/**/*' },
org_default_notes_file = '~/my-orgs/refil/refile.org',
mappings = {
global = {
org_toggle_checkbox = '<Leader>oxx',
}
},
org_todo_keywords = { 'TODO', 'WAITING', '|', 'DONE', 'DELEGATED' },
org_todo_keyword_faces = {
WAITING = ':foreground blue :weight bold',
DELEGATED = ':background #FFFFFF :slant italic :underline on',
TODO = ':background #000000 :foreground red', -- overrides builtin color for `TODO` keyword
}
})
end
},
{
'akinsho/org-bullets.nvim',
config = function()
require('org-bullets').setup {
concealcursor = false, -- If false then when the cursor is on a line underlying characters are visible
symbols = {
-- list symbol
list = "",
headlines = { "", "", "", "", "", "" },
checkboxes = {
half = { "~", "OrgTSCheckboxHalfChecked" },
done = { "X", "OrgDone" },
todo = { " ", "OrgTODO" },
},
}
}
end
},
-- {
-- 'nvim-orgmode/orgmode',
-- config = function()
-- require('orgmode').setup {}
-- require('orgmode').setup_ts_grammar()
--
-- -- Treesitter configuration
-- require('nvim-treesitter.configs').setup {
-- -- If TS highlights are not enabled at all, or disabled via `disable` prop,
-- -- highlighting will fallback to default Vim syntax highlighting
-- highlight = {
-- enable = true,
-- -- Required for spellcheck, some LaTex highlights and
-- -- code block highlights that do not have ts grammar
-- additional_vim_regex_highlighting = { 'org' },
-- },
-- ensure_installed = { 'org' }, -- Or run :TSUpdate org
-- }
-- require('orgmode').setup({
-- org_agenda_files = { '~/agenda/org/*', '~/my-orgs/**/*' },
-- org_default_notes_file = '~/my-orgs/refil/refile.org',
-- mappings = {
-- global = {
-- org_toggle_checkbox = '<Leader>oxx',
-- }
-- },
-- org_todo_keywords = { 'TODO', 'WAITING', '|', 'DONE', 'DELEGATED' },
-- org_todo_keyword_faces = {
-- WAITING = ':foreground blue :weight bold',
-- DELEGATED = ':background #FFFFFF :slant italic :underline on',
-- TODO = ':background #000000 :foreground red', -- overrides builtin color for `TODO` keyword
-- }
-- })
-- end
-- },
--
-- {
-- 'akinsho/org-bullets.nvim',
-- config = function()
-- require('org-bullets').setup {
-- concealcursor = false, -- If false then when the cursor is on a line underlying characters are visible
-- symbols = {
-- -- list symbol
-- list = "•",
-- headlines = { "⁖", "⁖", "⁖", "⁖", "⁖", "⁖" },
-- checkboxes = {
-- half = { "~", "OrgTSCheckboxHalfChecked" },
-- done = { "X", "OrgDone" },
-- todo = { " ", "OrgTODO" },
-- },
-- }
-- }
-- end
-- },
{
"michaelb/sniprun",
@ -409,3 +404,4 @@ return {
--
}
--

19
spell/es.utf-8.add Normal file
View File

@ -0,0 +1,19 @@
fixture
contactor
Buhler
seteado
gripper
presspad
cooling
buhler
hub
ManIt
ManIt
ManIt
#azon
razon/!
bisquet
trim
lasermarker
lasermarker
KUKA

BIN
spell/es.utf-8.add.spl Normal file

Binary file not shown.

BIN
spell/es.utf-8.spl Normal file

Binary file not shown.

BIN
spell/es.utf-8.sug Normal file

Binary file not shown.