Commit Graph

367 Commits

Author SHA1 Message Date
Talia 527ccaaf6c Fix vim colorscheme shenanigans 2018-10-30 16:21:00 +01:00
Talia a51b6d43dc vim gitcompare to the right 2018-10-30 16:13:59 +01:00
Talia 9320c6c57d Add gvim font size regex for linux 2018-10-24 09:49:11 +02:00
Talia 697a90857c Streamline SetFontSize function for gvim 2018-10-22 10:40:24 +02:00
Talia 38c497474f Improve gvimrc 2018-10-22 10:40:24 +02:00
Talia 2f5d0bc253 Fix exe_prg in vimrc 2018-10-20 10:23:16 +02:00
Talia ee7ace35d9 Fix auto-enclosing with brackets, quote marks, etc. 2018-10-19 14:59:53 +02:00
Talia e7bdaf0e79 Change vimrc Scratch command to use enew
Scratch now changes the current window, instead of opening a new one.
2018-10-15 10:08:53 +02:00
Talia 64e4e304f8 Fix edge case in vimrc Number command
At exact powers of 10, the command would use one less digit than needed.
2018-10-15 10:07:05 +02:00
Talia 1ad2b3ee6b Add Markdown-specific settings to vimrc 2018-10-08 11:32:55 +02:00
Talia 1907290b34 Added back linebreak in vimrc
Turns out I was wrong about what this thing does tehe~
2018-10-08 11:13:37 +02:00
Talia 3d28bea6ea Add Modifiable vim command 2018-10-08 09:57:43 +02:00
Talia 16e6437b02 Fix lua search path in vim
This time for real (hopefully)
2018-10-08 09:13:49 +02:00
Talia 183ba2ee0c Remove linebreak option from vimrc 2018-10-08 09:13:03 +02:00
Talia f91d37fcec Merge branch 'master' of https://github.com/DarkWiiPlayer/darkrc 2018-10-01 13:21:41 +02:00
Talia d31b848d53 Clean gvimrc
Remove color-related stuff.
2018-09-26 15:14:28 +02:00
Talia 7c8cb5df9a Merge branch 'master' of https://github.com/DarkWiiPlayer/darkrc 2018-09-26 09:46:09 +02:00
Talia 8232faf5b9 Remove second shiftwidth statement in vimrc 2018-09-25 14:35:34 +02:00
Talia 45f301f8d3 Fixed global <F5> 2018-09-22 12:33:27 +02:00
Talia 49936dde31 Added global <F5> 2018-09-22 12:31:57 +02:00
Talia a74637fa79 Fix lua path to 5.3 2018-09-09 16:41:20 +02:00
Talia e0c2d933a3 Fix mappings for vim files being global
<leader>c and <leader>if are now buffer-specific :)
2018-08-23 11:01:45 +02:00
Talia 217cd1fb31 Add List command
Searches for a pattern and adds all occurrences to the location list
2018-08-23 10:58:18 +02:00
Talia 735ce08422 Add line2 command which prints a double line 2018-08-16 08:20:46 +02:00
Talia 2019502368 Add line function that prints a line of given length 2018-08-16 08:17:48 +02:00
Talia b3ec39a013 Turn draw into constant DRAW and fix formatting 2018-08-15 11:00:23 +02:00
Talia 5eda85952e Fix Comment "Actual Functions" after tree function 2018-08-15 10:56:22 +02:00
Talia 70e2149f81 Merge remote-tracking branch 'origin/master' 2018-08-15 10:32:04 +02:00
Talia 52f65cb5ee Make CLASS constant prettier
...by removing the unnecessary { and } around the title to make it
easier to read in source form.
2018-08-15 10:29:47 +02:00
Talia 9a8141d73b Add tab function to vim.moon and refactor
vim.column is now called vim.col and has been turned into a wrapper for
the tab function. The vim.row wrapper has been added and does what you'd
expect. vim.box is also a wrapper for vim.tab now.
Some other refactoring has been done.
2018-08-15 10:22:11 +02:00
Talia 9ba10aff75 Fix multiline strings for box command 2018-08-15 09:37:08 +02:00
Talia 0538cb57e8 Fix line-numbering using wrong length for numbers 2018-08-15 09:33:46 +02:00
Talia 883685a0ab Merge branch 'master' of github.com:DarkWiiPlayer/darkrc 2018-08-02 18:44:46 +02:00
Talia 0c262e8aa1 Add LuaCompile command that lists lua bytecode 2018-08-02 16:11:54 +02:00
Talia 60cd1be59c Change git banner to a greek temple
Because git deserves no less than a greek temple.
2018-08-02 14:08:27 +02:00
Talia 18c8d88351 Add gitroot function and some error checking 2018-08-02 13:51:17 +02:00
Talia b818fbf132 Add Number command that adds line numbers 2018-08-02 13:49:05 +02:00
Talia d3ccd7e0e6 Set 'shiftwidth' and 'softtabstop' to 0 2018-08-01 14:53:37 +02:00
Talia 5e150d5b81 Add GitRoot command 2018-08-01 14:52:48 +02:00
Talia 5dd8daf460 Add automoon feature
Automatically compile moonscript into lua when a .moon file is saved and
a global and/or buffer-local variable is defined.
2018-07-25 10:11:54 +02:00
Talia 7a3be20539 Fix word under cursor updating on toggle 2018-07-18 10:47:09 +02:00
Talia 9d50868efa Fix nested trees deeper than 2 not being indented 2018-07-17 10:44:25 +02:00
Talia 81f3c385dc Merge branch 'master' of github.com:DarkWiiPlayer/darkrc 2018-07-13 21:05:43 +02:00
Talia f39b3fe5c0 Change lua search path 2018-07-13 21:05:04 +02:00
Talia b817b4be7b Add Blame command
This command allows to quickly git-blame the current file.
2018-07-13 11:25:22 +02:00
Talia 0b38f7295c Change how trees look and add the CLASS constant 2018-07-13 10:19:13 +02:00
Talia d37e97bdc3 Add line caps to draw function 2018-07-11 15:59:04 +02:00
Talia c7bd7c2c3c Add Tempfile command and change modeline 2018-05-23 09:38:47 +02:00
Talia 5f7a6f7ae8 Add text snippets commands 2018-05-11 08:19:32 +02:00
Talia 6447dc5fa1 Add Count command that counts lines 2018-04-25 10:53:27 +02:00