Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 2.0.0 #7

Merged
merged 24 commits into from
Sep 1, 2021
Merged

Version 2.0.0 #7

merged 24 commits into from
Sep 1, 2021

Conversation

PrashanthaTP
Copy link
Owner

@PrashanthaTP PrashanthaTP commented Sep 1, 2021

Features

  • updated README
  • augroups have their own file
  • better colorscheme management
  • git support :
    • seperate settings for diff and gitcommit
  • better navigation
    • example : moving lines like vscode with alt-
  • coc list shortcuts
  • telescope

colorcolumn for code length guiding and scrolloff for better experience with scrolling
(Issue) cursor does not reset on exiting from vim
    - microsoft/terminal#4335
init.vim :

    - add cursor shape for replace mode

augroups.vim :

    - add folds to different groups
why:
to see "go up one level" option

how:
put let g:NERDTreeMinimalUI = 0

tags:
plugin,NERDTree

links:
preservim/nerdtree#205
why:
to distinguish between command and normal modes of vi mode in
powershell

how:
using VimLeave event and guicursor option

misc:
see :help guicursor

links:
- neovim/neovim#4867
- microsoft/terminal#4335

tags:
cursor,cursor-shape

fixes #5
why :
when opened from git (for git commit and difftool)
* two statusbars when typing :commands when colorscheme is set two times
* commands start from end of statusbar (writes over the statusbar from
  the right) when colorscheme is set to gruvbox_material for lightline

how:
* set lightline colorscheme to gruvbox

tags:
git,colorscheme,lightline,statusbar
badges for vim,neovim,shell scripting
@PrashanthaTP PrashanthaTP added the release new checkpoint label Sep 1, 2021
@PrashanthaTP PrashanthaTP merged commit efdd5fd into master Sep 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release new checkpoint
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant