-
Notifications
You must be signed in to change notification settings - Fork 53
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
startify fix #15
startify fix #15
Conversation
still kinda barebone Signed-off-by: blacksuan19 <[email protected]>
Signed-off-by: blacksuan19 <[email protected]>
Signed-off-by: blacksuan19 <[email protected]>
its pretty cool Signed-off-by: blacksuan19 <[email protected]>
Signed-off-by: blacksuan19 <[email protected]>
- add shortcuts for multi cursor - follow the docs - add list of required plugins Signed-off-by: blacksuan19 <[email protected]>
this eliminates the need for an installation script, moreover its better to clone this directly to ~/.config Signed-off-by: blacksuan19 <[email protected]>
- add supported languages - kill nerdtree (leaderF ftw) - remove remenants of tagbar - format html,css and markdown with prettier by default Signed-off-by: blacksuan19 <[email protected]>
taking shots Signed-off-by: blacksuan19 <[email protected]>
firacode bess Signed-off-by: blacksuan19 <[email protected]>
Signed-off-by: blacksuan19 <[email protected]>
Signed-off-by: blacksuan19 <[email protected]>
Signed-off-by: blacksuan19 <[email protected]>
Signed-off-by: blacksuan19 <[email protected]>
Signed-off-by: blacksuan19 <[email protected]>
Signed-off-by: blacksuan19 <[email protected]>
Signed-off-by: blacksuan19 <[email protected]>
Signed-off-by: blacksuan19 <[email protected]>
- use ALE for diagnostics - change snippet indicator to - - enable jedi on python (starts faster) - select first item by default Signed-off-by: blacksuan19 <[email protected]>
- remove transparent stuff - update popup colors - finally make the gutter color match! Signed-off-by: blacksuan19 <[email protected]>
new colors and shit Signed-off-by: blacksuan19 <[email protected]>
Signed-off-by: blacksuan19 <[email protected]>
Signed-off-by: blacksuan19 <[email protected]>
Signed-off-by: blacksuan19 <[email protected]>
also bring back tagbar Signed-off-by: blacksuan19 <[email protected]>
this makes it easier to move in ranges Signed-off-by: blacksuan19 <[email protected]>
was cluttering the autocompletion window Signed-off-by: blacksuan19 <[email protected]>
i hate grey Signed-off-by: blacksuan19 <[email protected]>
i dont wanna see assembly code again in my whole life also ignore spell files Signed-off-by: blacksuan19 <[email protected]>
- fix autocompletion window in md, txt files(bullets is the reason) - use prettier installed on the system (no need for coc or vim extention) - remove vim checkbox - remove unneeded config (termite is no more) - add TOC to readme - general cleanup Signed-off-by: blacksuan19 <[email protected]>
fixes #7 Signed-off-by: blacksuan19 <[email protected]>
Signed-off-by: blacksuan19 <[email protected]>
that memory leak seems to be fixed Signed-off-by: blacksuan19 <[email protected]>
- enable coc cursor hold highlight - remove some unused highlights - shorten remaining to just hi - remove red color from badly spelled words (was very distracting) Signed-off-by: blacksuan19 <[email protected]>
- "yarn install -g neovim", doesn't work as global flag is depreciated - use "yarn global add neovim" instead Signed-off-by: prateekpunetha <[email protected]>
README.md: javascript: Update installation instruction
- set noshowcmd - remove tmux cursor shape - cleanup airline statusline - remove unneeded settings Signed-off-by: blacksuan19 <[email protected]>
diagnostic messages can be seen in Airline already Signed-off-by: blacksuan19 <[email protected]>
Signed-off-by: blacksuan19 <[email protected]>
init: Fix comment F8 -> F1
- require coc-flutter - plug dart-lang plugin - add mappings for some functions - update readme Signed-off-by: blacksuan19 <[email protected]>
also document in shortcuts Signed-off-by: blacksuan19 <[email protected]>
time to write some blockchain Signed-off-by: blacksuan19 <[email protected]>
Init: remove ultisnips, add tmux missing right Closes #12
Signed-off-by: blacksuan19 <[email protected]>
coc: remove coc-actions
coc-python is abandoned and coc-pyright is the recommended replacement it also seems to be faster (?) Signed-off-by: blacksuan19 <[email protected]>
Signed-off-by: blacksuan19 <[email protected]>
Hides annoying "ultisnips not loaded" warning Signed-off-by: blacksuan19 <[email protected]>
ok there is a problem with this... if you open an empty file it opens startify... |
startify doesn't start when a buffer is closed and there is another left for me |
yeah i was a bit off. it happens when you open a split from fzf. open a file -> leader f -> open file with C-v -> close new window with leader q -> startify appears even though the first window is there. |
yeah it happens when a split is opened from fzf, will take a deeper look into it later on |
This fixes startify opening when you close a buffer but there still is a buffer remaining. from here