56 Commits

Author SHA1 Message Date
Rokosun
27b5f6bd54
Fix UI rendering issues in neovim
Neovim started showing UI rendering issues after the latest update. Some of the Unicode characters used in the vim-airline plugin were found to be the cause, this commit aims to solve the issue by removing those characters.

Check this issue for more details - https://github.com/vim-airline/vim-airline/issues/2704
2025-03-03 19:04:07 +00:00
aartoni
f1c7405012 latexmk 2024-11-09 14:49:13 +07:00
Luke Smith
28eff887e0
Merge branch 'master' of github.com:LukeSmithxyz/voidrice 2024-05-23 13:03:55 -04:00
Luke Smith
441d26b75d
for legacy vim colorscheme 2024-05-23 13:03:41 -04:00
Alessio Artoni
dd6eb37469
Remove unused vim configs and shortcuts (#1385)
Remove: ranger shortcuts, "nocompatible", plain Vim support for
NERDTreeBookmarksFile and vimling configuration.
2024-05-11 12:42:22 +00:00
appeasementPolitik
bbcbac64fa
Fix unsupported characters in vim-airline (#1317) 2023-11-15 01:35:53 +00:00
Spenser Truex
ce1f0bfa05
Re-add whitespace to some buffer types as needed. (#1333)
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>
2023-05-25 03:40:55 +00:00
Luke Smith
a4784f9faa
silent sourcing error if absent 2023-02-09 09:19:49 -05:00
Amy
191d8617e2
remove adding newline (#1257)
eol is set on by default
2023-01-28 16:21:14 +00:00
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
7e8ea8e3d4 goyo maintains good colors 2019-02-02 08:21:33 -05:00