Commit graph

77 commits

Author SHA1 Message Date
Kevin MacMartin
95a0548ebc Fix help in small windows + set minimum widthxheight + more utf-8 in lightline 2014-12-01 01:55:15 -05:00
Kevin MacMartin
1f10a4bd20 Fix some issues with the statusline and update the colourscheme 2014-12-01 00:31:28 -05:00
Kevin MacMartin
eeab3e63af Remove smartindent, which apparently interferes with filetype based indents 2014-11-21 22:06:28 -05:00
Kevin MacMartin
6107597d69 Enable smart tabbing 2014-11-21 01:59:13 -05:00
Kevin MacMartin
5c51921aef Use ~/.vim/swap to store swap files rather than the current directory 2014-11-12 05:03:49 -05:00
Kevin MacMartin
d9b2d6fc98 Improve/fix organization+naming for splits + load help @ 33% width 2014-11-02 18:19:37 -05:00
Kevin MacMartin
9c22929c3a Fix and improve split mappings + add abbrevs: vs25/vs75/sp25/sp75 2014-10-31 01:51:35 -04:00
Kevin MacMartin
fb15796c0b Fix alt+dir for sidebars, add ctrl-w split shortcuts and gitv colorscheme 2014-10-31 01:22:22 -04:00
Kevin MacMartin
38819aedae Redetect filetype after saving as new name + wrap autocmd with check 2014-10-28 14:28:04 -04:00
Kevin MacMartin
75557104d1 Set the default text width to 80 and cleaned up associated comments 2014-10-21 11:16:46 -04:00
Kevin MacMartin
fa771c8d84 Remove auto change directory setting for vimfiler compatibility 2014-10-09 13:36:26 -04:00
Kevin MacMartin
144b3ec466 Reduced the key mapping timeout from 1000 to 500 2014-09-01 06:11:01 -04:00
Kevin MacMartin
def7fe0c76 Check for autochdir before attempting to load it 2014-08-29 04:50:12 -04:00
Kevin MacMartin
1b3f169999 Reenable escape keys as they seem to be required for correct arrow keys 2014-08-07 23:20:59 -04:00
Kevin MacMartin
21ee4d0d0c Disable ctrl-z suspend and remove some buggy settings 2014-08-07 23:03:22 -04:00
Kevin MacMartin
5c39279877 Disabled gvim scrollbars by default and readded the toggle (\<f3>) 2014-08-07 03:51:07 -04:00
Kevin MacMartin
91fcadf17d Added a few tweaks to the setting 2014-08-06 00:19:46 -04:00
Kevin MacMartin
7d4e69198c Readded the lazy redraw setting as it seems to help more than hurt 2014-07-30 07:17:31 -04:00
Kevin MacMartin
5f64be2ad0 Added function check to MakeNewDir to avoid complaints when reloading
settings.vim, and played with key timeout settings to see if I can fix
a strange error where the arrow keys suddenly stop working.
2014-07-24 00:51:58 -04:00
Kevin MacMartin
58d0fc0022 Made the definition for TERM=linux more precise 2014-07-21 20:09:41 -04:00
Kevin MacMartin
4ed2f8c60b split the guioptions up so it's clear what each does 2014-07-21 03:29:27 -04:00
Kevin MacMartin
cdd6701782 Unsetting lazyredraw as it's been causing issues 2014-07-21 02:45:27 -04:00
Kevin MacMartin
a1d28990fb reorganized settings, improved comment descriptions of settings, improved clipboard settings, reduced timeout for keystroke combinations, tweaked and improved a few other small things, added a function to autocreate missing directories in save paths, have a few files required by various plugins auto-created at startup if they don't exist 2014-07-21 02:36:50 -04:00
Kevin MacMartin
73628eb7ea Fixed a few typos, reset the toggle for goyo to <C/A><F12>, set the
default fold level to 5, made \<space> and \\<space> alt ways to
open/close all folds, improved the gutter toggle method and added an
additional way to access help via <Leader>?
all folds
2014-07-20 23:55:42 -04:00
Kevin MacMartin
40a59e41c2 Removed the linebreak marker 2014-07-16 10:00:50 -04:00
Kevin MacMartin
54a24c4f18 changed iskeyword-=. to PKGBUILD files only, and moved it and one other
filename specific setting (that wasn't to set the filetype) to the after
settings file.
2014-07-16 06:46:17 -04:00
Kevin MacMartin
feba2a664a reverting the last update and updated submodules 2014-07-11 02:15:51 -04:00
Kevin MacMartin
cc7d1edfd0 small correction from javascript to the more compatible json syntax 2014-07-11 02:13:18 -04:00
Kevin MacMartin
3a54ccda8d Set *ircd.conf to use ft=javascript and made other config defs more generic 2014-07-10 20:29:31 -04:00
Kevin MacMartin
40a731cf52 Set the correct comment style for ~/.taskrc 2014-07-08 02:33:17 -04:00
Kevin MacMartin
1e87711574 Added archversion.conf syntax to vim-polyglot-darkcloud and removed hacks from
plugins.vim and settings.vim.
2014-06-26 12:07:06 -04:00
Kevin MacMartin
ca75532279 Played with keybindings to make them more consistent and logical and making
room to add more complete spellcheck support via the custom bindings (starting
with ?).
2014-06-25 02:47:29 -04:00
Kevin MacMartin
f808cd9759 Added commandline argument support to the update script that includes options
to display help and version information, as well as to disable colour output
(with both English and American spellings of colour). Some minor changes
to wording/style were also made in the title blocks and README.
2014-06-17 01:49:46 -04:00
Kevin MacMartin
f37177f380 Removed the blowfish setting because the feature is apparently broken 2014-06-14 05:20:30 -04:00
Kevin MacMartin
2c8b3069e5 Updated submodules, fixed a conflict with diff and markdown and
configured gradle files to use the built-in groovy syntax.
2014-06-09 02:15:35 -04:00
Kevin MacMartin
716f2259af Disabled linebreaks globally by default and added a variable to
get them back. Added the linebreak variable and another one I'd
missed before to the vimrc.user creation in the update script.
Added a second general settings file called "after.vim" for settings
that need to be loaded after everything else. Updated maintainer
tag to my real name.
2014-06-04 03:18:29 -04:00
Kevin MacMartin
12f325d11e Changed around some hardcoded filetypes 2014-06-03 09:13:51 -04:00
Kevin MacMartin
6062eb6d8f Configured json colours, syntax plugin settings and definitions to match
the new plugin included in the darkcloud polyglot fork
2014-06-02 04:54:21 -04:00
Kevin MacMartin
a346715e76 Improve the user bundle dir readme + add archversion config comment
style to tcomment.
2014-06-01 08:07:16 -04:00
Kevin MacMartin
42ab2b62bd Updated vimfiler so the sidebar can navigate up and use correct colours
again.
2014-05-29 09:12:30 -04:00
Kevin
84c00a69ec Set *.muttrc to the muttrc filetype for proper syntax highlighting on
files that match this.
2014-04-09 19:13:29 -04:00
Kevin
ff9170f996 Added configuratoin that enables better mouse support 2014-04-09 15:05:42 -04:00
Kevin
825cc37eaa Added better syntax highlighting, aliased launchers and a ctrl-f7 toggle
for extradite, improved some of the custom filetype key handling, including
extradite, and added line numbering to extradite.
2014-04-09 13:04:34 -04:00
Kevin
7a519e601f Added more complete and descriptive headers to the config files,
including the URL the config can be downloaded. Added a new variable
that determines whether the filer will autostart on empty buffers or
not. Set powerline fonts not to load by default. Changed the order to
load the config files so the user config settings are applied to
plugins.
2014-04-09 08:07:12 -04:00
Kevin
eb68dfc486 I realized tmux config files have their own filetype now thanks to
vim-polyglot, so the config no longer sets files named tmux.conf to the
sh filetype.
2014-04-09 05:37:21 -04:00
Kevin
4afd7c8fd3 switched the default back to having powerline fonts enabled, and chose
a more subtle, but imo less confusing standard for the line-wrap
display.
2014-04-08 20:00:08 -04:00
Kevin
19613d1aa8 Set the textwidth to 80 for the "notes" filetype 2014-04-08 04:59:15 -04:00
Kevin
1d19dacfa9 when editing markdown, the ctags button now pops up a heading browser
instead
2014-04-08 00:13:03 -04:00
Kevin
24339a154b no longer overriding all diffs to make them vertical (only vimdiff now),
and vimdiff displays more logically.
2014-04-07 11:51:33 -04:00
Kevin
a591d48a5b uploading gitmodules for gitgutter. tweaked the keybindings and
settings for diff so its settings will be enabled by default when it's
being used regardless of where it gets initiated, and won't be used at
all when it's not initiated. Improved vimdiff settings in general.
Improved the help popup tab (it's now sized exactly to the width of the
help page). The theme now takes colour hex codes with or without #s at
the start so they can be used with the coloresque plugin to show the
colours while editing. The theme now considers gitgutter. vimdiff now
uses <leader>> and <leader>< to make a change because I realized the
current way was leading to changes being made when you reversed
direction.
2014-04-07 10:04:48 -04:00