Skip to content

Releases: PrashanthaTP/dotfiles

WinDots v5.0.0

04 Dec 08:57
5f23dd5
Compare
Choose a tag to compare

Version 5.0.0

What's Changed

Full Changelog: v4.0.0...v5.0.0

Neovim

See nvim/README.md for more useful links.

  • Rewrite config in Lua
  • Make use of Neovim LSP for better language support (completion suggestions,formatting,diagnostics,errors etc)
  • Use Neovim Treesitter for better highlighting and much more

CommandLine Experience

  • Ripgrep for searching files
  • Bat for file preview
  • Fzf for fuzzy finding

Powershell

  • alias to Git bash Vim and other usr/bin/*.exe s

WinDots v4.0.0

14 Nov 12:55
a6294e8
Compare
Choose a tag to compare

Version 4.0.0

  • Better folder structure

  • Custom Git Bash Prompts

  • Tmux config

  • Better Vim support in Git Bash

    • minimalistic statusline
    • copy paste support
    • better user experience with tmux popups
  • Pandoc

    • Scripts and templates for converting markdown files to Pdf
  • FZY Fuzzy finder

    • use of FZY in dotfiles navigation (provided by tmux popup)
    • files/buffers navigation in Vim

WinDots v3.1.0

11 Oct 16:59
Compare
Choose a tag to compare

Patch

  • change configfiles work-tree to Home variable

What's Changed

Full Changelog: v3.0.0...v3.1.0

Prev Changelog: v2.0.0...v3.0.0

Version 3.0.0

Features ✨

Neovim

  • Plugins added
    • Telescope for file browsing (and much more)
    • Vimwiki
    • Vim-commentary
    • goyo

Others

  • show current filename in tabbar instead of statusline
  • Speed improvements,lazyredraw
  • Remove some bugs with statusline when opening from git

Powershell

  • added Powershell profile

Git

  • added bashrc and inputrc

Others

  • Proper Work-Tree 🌲

WinDots v3.0.0

09 Oct 06:48
4f89095
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v3.0.0

Version 3.0.0

Features ✨

Neovim

  • Plugins added
    • Telescope for file browsing (and much more)
    • Vimwiki
    • Vim-commentary
    • goyo

Others

  • show current filename in tabbar instead of statusline
  • Speed improvements,lazyredraw
  • Remove some bugs with statusline when opening from git

Powershell

  • added Powershell profile

Git

  • added bashrc and inputrc

Others

  • Proper Work-Tree 🌲

WinDots v2.0.0

01 Sep 14:13
efdd5fd
Compare
Choose a tag to compare
WinDots v2.0.0 Pre-release
Pre-release

v2.0.0

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

Disclaimer ‼

  • lightline_v1.vim file is missing😐(copy it from nvim/plugs/lightline_v1.vim from v3.0.0 branch) [link to file]