Commit Graph

23 Commits

Author SHA1 Message Date
kiyan42
020db73532 Add colorscheme update and add filetype to buffer. 2020-05-17 18:21:03 +02:00
kiyan42
52d1d7e401 fix: 'cd ..' going above the main dir of project 2020-05-14 16:35:06 +02:00
kiyan42
697912429c reformat, refactor code, run fs command with luv.spawn 2020-04-26 14:46:20 +02:00
kiyan42
ff860ecb49 Feature: add option for user keybindings 2020-04-03 12:19:41 +02:00
kiyan42
c003626dee make linking of default groups for tree style and add docs 2020-04-03 11:50:14 +02:00
kiyan42
b199763856 fix not creating a new file when opening the tree window 2020-03-08 00:18:14 +01:00
kyazdani42
03168a5155 fix tree when option is 'right' 2020-03-01 19:24:24 +01:00
kyazdani42
7483abcf40 some buffer options 2020-03-01 18:08:27 +01:00
kyazdani42
1d788f91e2 add right side check for disabled feature 2020-03-01 16:19:03 +01:00
kyazdani42
363a7b82aa add <C-t> to open file in new tab 2020-03-01 15:07:29 +01:00
kyazdani42
f6e44c1726 cd to folder when doing nvim FOLDER and layout code
- when doing `nvim FOLDER` it works as expected, opening the tree
on the correct folder (updating the ROOT_PATH)
- add the code for keeping the tree window on the side no matter
what, but since the lack of window events, disable this feature.
2020-02-28 01:03:34 +01:00
kyazdani42
a6f4ec6270 change <c-[> to . to change directory path 2020-02-27 22:51:58 +01:00
kiyan42
b96d104c0b update some options 2020-02-21 14:23:57 +01:00
kiyan42
f5af7aa95d add some options for the user and info in the readme 2020-02-20 21:16:13 +01:00
kyazdani42
49b9798cbc clear vim prompt when updating the fs 2020-02-20 18:01:27 +01:00
kyazdani42
e86c857960 remove scratch winutils and use input to alter fs 2020-02-20 17:01:43 +01:00
kyazdani42
77bcb8db01 formatting 2020-02-20 15:54:01 +01:00
kyazdani42
3945771fb5 make code faster and cleaner in file.lua and winutils.lua 2020-02-19 19:43:03 +01:00
kyazdani42
5ab65e98b3 remove conf.lua file 2020-02-19 18:47:02 +01:00
kyazdani42
c77a560a63 move window/buf stuff from file.lua to winutils.lua 2020-02-19 14:16:09 +01:00
kyazdani42
14f83b3891 add mouse support 2020-02-19 14:01:40 +01:00
kiyan42
f8fb6de9c6 add git integration 2020-02-18 18:22:05 +01:00
kiyan42
b448b1a0fa reorganize code 2020-02-18 15:59:53 +01:00