Dhruva Sagar
e156dbbedc
Merge pull request #245 from juanMarinero/master
...
CI / Vim Table Mode Tests (macos-latest) (push) Has been cancelled
CI / Vim Table Mode Tests (ubuntu-latest) (push) Has been cancelled
Issue #244
2025-09-01 06:16:02 +05:30
Dhruva Sagar
94d13f9215
Update table-mode.vim
2025-09-01 06:13:43 +05:30
juanMarinero
876c21ab48
fix: snake_case var and use tablemode#utils#get_buffer_or_global_option
...
Test with next VIMRC settings:
let g:table_mode_color_cells = 1
function! g:TableModeColorCellsCustom()
let g:table_mode_syntax_dict.contains .= ',highPriorityCell,completeCell,infoCell'
syntax match highPriorityCell /|\@<= *\![^|]*/ contained
syntax match completeCell /|\@<= *X[^|]*/ contained
syntax match infoCell /|\@<= *\/\/[^|]*/ contained
endfunction
autocmd VimEnter * call timer_start(10, {-> g:TableModeColorCellsCustom()})
hi highPriorityCell ctermfg=1 guifg=Red cterm=bold gui=bold
hi completeCell ctermfg=2 guifg=Green cterm=bold gui=bold
hi link infoCell Comment " Or make it look like comments in your colorscheme
2025-08-28 22:19:36 +02:00
juanMarinero
b9883bb6c6
Issue #244
...
Test with next VIMRC settings:
let g:table_mode_color_cells = 1
function! g:TableModeColorCellsCustom()
let g:TableModeSyntaxDict.contains .= ',highPriorityCell,completeCell,infoCell'
syntax match highPriorityCell /|\@<= *\![^|]*/ contained
syntax match completeCell /|\@<= *X[^|]*/ contained
syntax match infoCell /|\@<= *\/\/[^|]*/ contained
endfunction
autocmd VimEnter * call timer_start(10, {-> g:TableModeColorCellsCustom()})
2025-08-27 20:34:31 +02:00
Dhruva Sagar
e4365bde02
Fix duplicate tags
2024-03-14 00:09:19 +05:30
Dhruva Sagar
5f2f94096b
Reformat docs
2024-03-14 00:02:47 +05:30
Dhruva Sagar
319e3537de
Merge pull request #233 from kyoh86/disable-mappings
...
Support new option "disable_mappings"
2024-03-13 20:30:30 +05:30
kyoh86
76b72a5ae3
fix doc format
2024-03-13 20:10:12 +09:00
kyoh86
e7695fad5c
Support disable all default mappings
2024-01-18 15:25:38 +09:00
Dhruva Sagar
4ff8de2ac9
Update README
2023-10-29 10:33:00 +05:30
Dhruva Sagar
9ac3580839
Improve CI
v4.8.1
2023-10-24 12:41:32 +05:30
Dhruva Sagar
1ba38e3061
Merge pull request #229 from dhruvasagar/feature/switch-to-vim-testify
...
Switch to vim testify
2023-10-24 12:40:45 +05:30
Dhruva Sagar
81fb86a019
Fixed Build Badge
2023-10-24 12:37:25 +05:30
Dhruva Sagar
7526011c93
Improve github action
2023-10-24 12:36:10 +05:30
Dhruva Sagar
0a132f8377
Fix tests, remove vim & windows
2023-10-24 12:35:12 +05:30
Dhruva Sagar
e66a13b7ed
Improved testing
2023-08-31 22:05:47 +05:30
Dhruva Sagar
ed55bc2828
Fix tests for neovim
2023-08-31 21:43:51 +05:30
Dhruva Sagar
0dd8aff6d1
Improve concurrency to ensure tests run on all environments
2023-03-01 18:53:27 +05:30
Dhruva Sagar
d9bd7c6de1
Try out with nightly version of vim / neovim
2023-03-01 13:35:51 +05:30
Dhruva Sagar
d9cf433893
Quit VIM after running tests
2023-03-01 13:06:55 +05:30
Dhruva Sagar
022b2d41b3
Fix vimrc location
2023-03-01 13:04:25 +05:30
Dhruva Sagar
7ace092bf5
Improved packpath
2023-03-01 12:59:44 +05:30
Dhruva Sagar
3ea394ff83
Looks promising
2023-03-01 11:54:16 +05:30
Dhruva Sagar
0df034ed2e
Back to matrix
2023-03-01 11:18:45 +05:30
Dhruva Sagar
021d8bf025
Try vimrc
2023-03-01 11:13:34 +05:30
Dhruva Sagar
2868a889c1
Remove git from workflow
2023-03-01 11:07:04 +05:30
Dhruva Sagar
f5df58b089
Try again
2023-03-01 11:04:33 +05:30
Dhruva Sagar
4addf0b92e
Attempting to use a docker container instead
2023-03-01 09:11:07 +05:30
Dhruva Sagar
8873d12158
Try with github workspace
2023-03-01 08:56:44 +05:30
Dhruva Sagar
8f3893b7b1
Add packloadall
2023-03-01 08:47:12 +05:30
Dhruva Sagar
acaad2ef26
Simplified packpath
2023-03-01 08:42:44 +05:30
Dhruva Sagar
9cbf8283ba
Fix Plugin Paths
2023-03-01 08:38:38 +05:30
Dhruva Sagar
88824e5840
Try to add plugins to vim's packpath
2023-03-01 08:35:40 +05:30
Dhruva Sagar
e117bcdc78
Add checkout vim-testify step to ci workflow
2023-03-01 07:58:34 +05:30
Dhruva Sagar
7ec0b83dbd
Rewrite tests with vim-testify
2023-03-01 07:22:48 +05:30
Dhruva Sagar
9555a3e6e5
Merge pull request #216 from camfowler/master
...
Support optional newline after tables for formula
2022-10-20 15:39:02 +05:30
Cameron Fowler
33ea774b69
Support optional newline after tables for formula
...
Fixes #86
This allows the formula line to be evaluated, even if there is a single
empty line after the table. The "empty" line is allowed to contain
whitespace, but nothing else.
The formula will evaluate if triggered on the table, the empty line, or
the formula lines.
2022-07-21 14:10:35 +12:00
Dhruva Sagar
f47287df37
Merge pull request #215 from clarkshaeffer/master
...
README Installations reformat with Vim 8+
2022-05-28 10:20:08 +05:30
Clark
f65c2921c0
README Installations reformat with Vim 8+
...
Some reformatting and markdown / code chunk cleanup for the installation section, including installations instructions with Vim 8+ native package manager.
2022-05-27 15:45:19 -07:00
Dhruva Sagar
816072c0f5
Improved Formula Engine
...
* Does not try to forcefully cast column content to float
* Silences any errors during formula evaluation, you can look at
`v:errmsg` to see if there was any error during the evaluation for
debugging
v4.8.0
2022-04-05 22:18:51 +05:30
Dhruva Sagar
698ff3074c
Improve handling of g:table_mode_ignore_align
v4.7.6.1
2022-03-01 13:12:54 +05:30
Dhruva Sagar
494d95d2b3
Add config g:table_mode_ignore_align. Fix #145
...
* Disabled by default, if enabled directs table mode to ignore aligning
based on alignment characters on the header and always left aligns
v4.7.6
2022-03-01 13:07:33 +05:30
Dhruva Sagar
9191af46b6
Updated README
...
Added information regarding overriding configurations for Markdown
/ ReST filetypes
2022-01-21 23:32:44 +05:30
Dhruva Sagar
c547471c0e
Bump version to 4.7.5
v4.7.5
2021-12-02 00:30:20 +05:30
Dhruva Sagar
bdcffffe1f
Attempt to Fix #173
2021-12-02 00:28:56 +05:30
Dhruva Sagar
01a395df00
Add github sponsors!
2021-10-27 00:02:13 +05:30
Dhruva Sagar
2e95bc6991
Merge pull request #208 from jdorel/feature-cellcolor
...
(feature) highlight cell color based on cell prefix
2021-10-08 01:25:54 +05:30
Jonas DOREL
0fe6bd87ac
feat(highlight): add color prefixes
2021-10-07 18:37:17 +02:00
Jonas DOREL
59900a3fef
fix(regex): some words start with no
2021-10-05 20:20:57 +02:00
Dhruva Sagar
eb42c62812
Merge pull request #207 from jdorel/feature-cellcolor
...
feat(highlight): color cell if contains yes,no,?
2021-10-05 22:43:52 +05:30