Commit graph

49 commits

Author SHA1 Message Date
Luke Smith
771ed98bf6 <leader><leader> to next <++> returns 2022-08-19 15:33:25 -04:00
snailed
9e58677093
Fix bug with spaces in directory names (#1166)
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
2022-08-15 13:45:36 +00:00
Luke Smith
03bcbdb2ef Merge branch 'master' of github.com:LukeSmithxyz/voidrice 2022-08-15 08:15:01 -04:00
Luke Smith
a68f80e4f8 close #1163 2022-08-15 08:14:15 -04:00
snailed
f9b5666a57
Better passing of filenames to shell scripts (#1161)
Doing things the way it's intended. This also makes it easier to copy the autocmd to a lua based configuration.
2022-08-15 12:10:32 +00:00
Luke Smith
a2827f76cb don't use vimling 2022-06-28 16:41:36 -04:00
Arjun Karangiya
4ba50116d9
Shortcuts in vim command line from bm-dirs/files (#1073)
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.
2022-03-29 01:24:57 +00:00
Arjun Karangiya
82b70e3a8e
Bug: initial value is wrong; it should be false, 0 (#1074)
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.
2022-02-02 14:25:48 +00:00
Arjun Karangiya
c28d25c152
Move to data folder and need absolute path here (#1069)
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.
2022-01-29 14:51:52 +00:00
Fabian
786cee9303
vimwiki chages (#1068)
changed path to `.config` instead of `~` to avoid a messy `~`. Also added a carriage return to the `VimwikiIndex` map.
2022-01-27 22:16:37 +00:00
Fabian
a01c9f967b
Resets cursor position on file save (Issue #1040) (#1057)
* Resets cursor position on file save (Issue #1040)

* Resets cursor pos on save. (line and column)
2021-12-20 10:11:17 -05:00
Rafael
32f91e223d
vim-airline repo changed its ownership from bling to vim-airline (#982)
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
2021-08-13 08:20:53 -04:00
Luke Smith
284b1078cb
minor tweaks, electrum and mbsync to ~/.config 2021-03-07 15:44:52 -05:00
Spenser Truex
09ba3e53f6
Leave a single newline if reducing trailing. (#882)
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>
2021-01-13 22:23:08 -05:00
Luke Smith
ae2f08ec69
minor updates 2020-11-19 09:21:04 -05:00
Luke Smith
cba0fcc03d
old stuff removed
many files renamed, possible breakage
2020-11-16 18:06:41 -05:00
Luke Smith
ae2db4ee1a
fix #836 2020-11-08 20:17:46 -05:00
Ashish Panigrahi
f06ba0df09
Corrected spelling (#744) 2020-07-03 10:42:26 -04:00
karioki
2b6b3822e3
Placing NERDTree bookmark file not on home dir (#624) 2020-05-09 10:31:25 -04:00
Charlie39
8dc3f78a7d
Plugin to highlight hex color codes (#591)
Visually intuitive for editing hex color codes in Xresources /XDefaults  and anywhere else
2020-04-25 08:08:46 -04:00
vired
203930c326
autocmd to delete newlines at end of file on save. (#563) 2020-04-13 07:09:32 -04:00
vired
39776df7c6
scrooloose/nerdtree has moved to preservim/nerdtree (#553) 2020-04-10 07:34:01 -04:00
Jackson Law
11eac2294f
fix: Use default if $XDG_CONFIG_HOME is not set (#546) 2020-04-08 20:15:21 -04:00
Luke Smith
9fe6802122
oops for config 2020-04-08 19:10:00 -04:00
Luke Smith
422d106fba
assume default values if xdg dirs not set 2020-04-08 17:21:40 -04:00
Dennis Lee
a29eaec506 substitute ~/.config with $XDG_CONFIG_HOME 2020-04-04 13:00:08 -07:00
Luke Smith
5cb4c6deea
Q to align in nvim 2020-03-27 13:01:36 -04:00
KronikPillow
cfeafce501 added diff highlighting settings to make highlighted text readable when highlighted 2020-01-05 16:43:31 -05:00
Luke Smith
4c543164cd
unecessary 2019-11-27 08:14:07 -05:00
Luke Smith
2f83feeccd
sync of vim and sxiv 2019-11-23 15:35:16 -05:00
Luke Smith
5e61b89ed3
nvimrc update 2019-11-23 15:02:19 -05:00
Luke Smith
f6ee23ed74
first vim openning installs plugins 2019-05-28 15:57:07 -04:00
Luke Smith
a89697cd75
adding/removing vim features 2019-05-28 10:29:45 -04:00
Luke Smith
aa7a4af461
sxhkd vim syntax added 2019-05-28 10:28:24 -04:00
Luke Smith
05f46122b5 🦀 ranger is gone! 🦀 2019-03-29 17:50:38 -04:00
Luke Smith
ce0cbb784c plug-in manager downloaded, not included 2019-03-26 12:30:16 -04:00
Luke Smith
a0fbd46164 vim clickable 2019-03-20 14:44:26 -04:00
Luke Smith
b74acf2b3a c doesn't copy deleted text 2019-03-11 16:44:47 -04:00
Luke Smith
dc7d15ac2e vifm syntax highlighting 2019-03-11 16:44:20 -04:00
Luke Smith
c7807a99db init.vim updated for movement to ~/.config/ 2019-03-11 16:42:15 -04:00
Luke Smith
a384759ac9 junk comm rm'd 2019-03-03 16:30:35 -05:00
Luke Smith
7e8ea8e3d4 goyo maintains good colors 2019-02-02 08:21:33 -05:00
Luke Smith
4fd200501e only one leader 2019-02-02 08:21:19 -05:00
Luke Smith
4bea307828 vimling bindings manually set 2019-02-02 08:20:58 -05:00
Luke Smith
cb2fab9067 colorscheme fix, , is leader, new plugins 2019-01-19 10:19:10 -05:00
Luke Smith
4c658cf8b3 peachpuff 2019-01-15 12:17:06 -05:00
Luke Smith
e8687d15f7 neovim plugin fix 2019-01-15 09:46:05 -05:00
Luke Smith
88557ac9be plugin location 2019-01-15 09:11:59 -05:00
Luke Smith
df8e3a98e5 oh god luke, wh what r u doing 2019-01-03 19:06:34 -05:00