| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove unused vim configs and shortcuts (#1385) | Alessio Artoni | 2024-05-11 | 1 | -14/+2 |
| | | | | | Remove: ranger shortcuts, "nocompatible", plain Vim support for NERDTreeBookmarksFile and vimling configuration. | ||||
| * | Fix unsupported characters in vim-airline (#1317) | appeasementPolitik | 2023-11-15 | 1 | -0/+8 |
| | | |||||
| * | Re-add whitespace to some buffer types as needed. (#1333) | Spenser Truex | 2023-05-25 | 1 | -0/+2 |
| | | | | | | | | | | | | Very arcane. C ANSI standard requires a newline at the end. GCC will complain. Email signatures should have a space after the -- according to the standard. Neomutt does this automatically for you if you have a signature. Co-authored-by: Spenser Truex <truex@equwal.com> | ||||
| * | silent sourcing error if absent | Luke Smith | 2023-02-09 | 1 | -1/+1 |
| | | |||||
| * | remove adding newline (#1257) | Amy | 2023-01-28 | 1 | -1/+0 |
| | | | | eol is set on by default | ||||
| * | <leader><leader> to next <++> returns | Luke Smith | 2022-08-19 | 1 | -5/+8 |
| | | |||||
| * | Fix bug with spaces in directory names (#1166) | snailed | 2022-08-15 | 1 | -2/+2 |
| | | | | Sorry for making another merge request here, but I realized that the command would fail if the filepath contained spaces. Adding quotation marks fixes this issue | ||||
| * | Merge branch 'master' of github.com:LukeSmithxyz/voidrice | Luke Smith | 2022-08-15 | 1 | -2/+2 |
| |\ | |||||
| | * | Better passing of filenames to shell scripts (#1161) | snailed | 2022-08-15 | 1 | -2/+2 |
| | | | | | | | Doing things the way it's intended. This also makes it easier to copy the autocmd to a lua based configuration. | ||||
| * | | close #1163 | Luke Smith | 2022-08-15 | 1 | -1/+1 |
| |/ | |||||
| * | don't use vimling | Luke Smith | 2022-06-28 | 1 | -1/+0 |
| | | |||||
| * | Shortcuts in vim command line from bm-dirs/files (#1073) | Arjun Karangiya | 2022-03-29 | 1 | -0/+5 |
| | | | | | | | | | | | This will allow using the mappings in the vim command line. Here the leader is ";" So here `:e ;cfz` typed fast will expand into `:e /home/user/.config/zsh/.zshrc`. This is more helpful with :sp, :vs, :cd or anywhere where a file or a directory is expected in the vim command line. | ||||
| * | Bug: initial value is wrong; it should be false, 0 (#1074) | Arjun Karangiya | 2022-02-02 | 1 | -1/+1 |
| | | | | | | This caused no effect for the first call to ToggleHiddenAll(). The second call works as value was set correctly inside ToggleHiddenAll() on the first call. | ||||
| * | Move to data folder and need absolute path here (#1069) | Arjun Karangiya | 2022-01-29 | 1 | -1/+1 |
| | | | | | | | | | Vimwiki is not config but it's data so ".local/share/nvim" is more proper location for it. Here relative path was given so it tries to create new vimwiki folder when launched from other than home dir or changing current dir using `:cd <path>` inside vim when launching vimwiki. | ||||
| * | vimwiki chages (#1068) | Fabian | 2022-01-27 | 1 | -2/+2 |
| | | | | changed path to `.config` instead of `~` to avoid a messy `~`. Also added a carriage return to the `VimwikiIndex` map. | ||||
| * | Resets cursor position on file save (Issue #1040) (#1057) | Fabian | 2021-12-20 | 1 | -1/+3 |
| | | | | | | * Resets cursor position on file save (Issue #1040) * Resets cursor pos on save. (line and column) | ||||
| * | vim-airline repo changed its ownership from bling to vim-airline (#982) | Rafael | 2021-08-13 | 1 | -1/+1 |
| | | | | | | github automatically redirects to vim-airline, so this is not a problem when installing, but updating just for the sake of explicitness and having the correct username/repo | ||||
| * | minor tweaks, electrum and mbsync to ~/.config | Luke Smith | 2021-03-07 | 1 | -3/+3 |
| | | |||||
| * | Leave a single newline if reducing trailing. (#882) | Spenser Truex | 2021-01-13 | 1 | -1/+2 |
| | | | | | | | | | While removing trailing newlines is a good idea, it is a problem when editing C files which "must" have an empty line at the bottom. So we leave just a single newline, if there were any. Co-authored-by: Spenser Truex <truex@equwal.com> | ||||
| * | minor updates | Luke Smith | 2020-11-19 | 1 | -11/+37 |
| | | |||||
| * | old stuff removed | Luke Smith | 2020-11-16 | 1 | -6/+2 |
| | | | | | many files renamed, possible breakage | ||||
| * | fix #836 | Luke Smith | 2020-11-08 | 1 | -1/+1 |
| | | |||||
| * | Corrected spelling (#744) | Ashish Panigrahi | 2020-07-03 | 1 | -1/+1 |
| | | |||||
| * | Placing NERDTree bookmark file not on home dir (#624) | karioki | 2020-05-09 | 1 | -0/+5 |
| | | |||||
| * | Plugin to highlight hex color codes (#591) | Charlie39 | 2020-04-25 | 1 | -0/+1 |
| | | | | Visually intuitive for editing hex color codes in Xresources /XDefaults and anywhere else | ||||
| * | autocmd to delete newlines at end of file on save. (#563) | vired | 2020-04-13 | 1 | -1/+2 |
| | | |||||
| * | scrooloose/nerdtree has moved to preservim/nerdtree (#553) | vired | 2020-04-10 | 1 | -1/+1 |
| | | |||||
| * | fix: Use default if $XDG_CONFIG_HOME is not set (#546) | Jackson Law | 2020-04-08 | 1 | -4/+4 |
| | | |||||
| * | oops for config | Luke Smith | 2020-04-08 | 1 | -4/+4 |
| | | |||||
| * | assume default values if xdg dirs not set | Luke Smith | 2020-04-08 | 1 | -4/+4 |
| | | |||||
| * | substitute ~/.config with $XDG_CONFIG_HOME | Dennis Lee | 2020-04-04 | 1 | -4/+4 |
| | | |||||
| * | Q to align in nvim | Luke Smith | 2020-03-27 | 1 | -0/+3 |
| | | |||||
| * | added diff highlighting settings to make highlighted text readable when ↵ | KronikPillow | 2020-01-05 | 1 | -0/+5 |
| | | | | | highlighted | ||||
| * | unecessary | Luke Smith | 2019-11-27 | 1 | -4/+0 |
| | | |||||
| * | sync of vim and sxiv | Luke Smith | 2019-11-23 | 1 | -2/+5 |
| | | |||||
| * | nvimrc update | Luke Smith | 2019-11-23 | 1 | -6/+5 |
| | | |||||
| * | first vim openning installs plugins | Luke Smith | 2019-05-28 | 1 | -0/+1 |
| | | |||||
| * | adding/removing vim features | Luke Smith | 2019-05-28 | 1 | -123/+9 |
| | | |||||
| * | sxhkd vim syntax added | Luke Smith | 2019-05-28 | 1 | -0/+1 |
| | | |||||
| * | 🦀 ranger is gone! 🦀 | Luke Smith | 2019-03-29 | 1 | -1/+1 |
| | | |||||
| * | plug-in manager downloaded, not included | Luke Smith | 2019-03-26 | 1 | -1/+6 |
| | | |||||
| * | vim clickable | Luke Smith | 2019-03-20 | 1 | -0/+1 |
| | | |||||
| * | c doesn't copy deleted text | Luke Smith | 2019-03-11 | 1 | -0/+1 |
| | | |||||
| * | vifm syntax highlighting | Luke Smith | 2019-03-11 | 1 | -0/+2 |
| | | |||||
| * | init.vim updated for movement to ~/.config/ | Luke Smith | 2019-03-11 | 1 | -3/+3 |
| | | |||||
| * | goyo maintains good colors | Luke Smith | 2019-02-02 | 1 | -1/+1 |
| | | |||||
| * | only one leader | Luke Smith | 2019-02-02 | 1 | -2/+2 |
| | | |||||
| * | vimling bindings manually set | Luke Smith | 2019-02-02 | 1 | -0/+7 |
| | | |||||
| * | colorscheme fix, , is leader, new plugins | Luke Smith | 2019-01-19 | 1 | -27/+19 |
| | | |||||
| * | peachpuff | Luke Smith | 2019-01-15 | 1 | -0/+1 |
| | | |||||
