Commit Graph
24 Commits
Author SHA1 Message Date
Galen Rowellandsiduck76 9961cc0113 refactor: clean & re-organise default_config + chadrc
this completely overhauls the design of the two configuration files,
aiming to move options & various tables into a more sensible table structure

BREAKING CHANGE: this will break any user modificiations to the current
config
2021-09-24 19:11:55 +05:30
Galen Rowellandsiduck76 80c8bf4243 feat: allow packaged plugin config overrides within chadrc 2021-09-24 19:11:55 +05:30
Galen Rowellandsiduck76 a5a5a8220c refactor: clean & small reorgnaisation of default_config 2021-09-24 19:11:55 +05:30
Galen Rowellandsiduck76 a5ae8899d5 fix: merge_tables bug caught 2021-09-24 19:11:55 +05:30
Galen Rowellandsiduck76 ca1ad15ad2 refactor: Cleaning chadrc, moved to custom & moved default_config to core 2021-09-24 19:11:55 +05:30
Galen Rowellandsiduck76 a3dbef5872 fix statusline bug, handle all Vim modes 2021-08-24 10:43:43 +05:30
Galen Rowellandsiduck76 dbf0b56059 quickfix for not properly closing unlisted buffers, should be revised again 2021-08-20 13:02:52 +05:30
Galen Rowellandsiduck76 fd5d50f194 fix Dashboard docs, fix default_config issue 2021-08-20 09:29:13 +05:30
Galen RowellandGitHub f82b390aba make cheatsheet enabled by default (#281) 2021-08-18 19:31:02 +05:30
1fac41047d add a quick install section to NvChad & removed 2 showcase photos (#280)
* add a quick install section to NvChad & removed 2 showcase photos

* Update README.md

Co-authored-by: siduck76 <siduck13@gmail.com>
2021-08-18 19:05:51 +05:30
Galen RowellandGitHub fa965c9797 added relativenumber option & statusline option (#279) 2021-08-18 17:43:56 +05:30
Galen RowellandGitHub 575dc10ddc Greatly improve terminal features! Persistent terminals (#275)
* remove toggleTerm plugin

* Adding term binds, term hider & Telescope terms to bring them back

* Adding many term features!
2021-08-18 15:43:35 +05:30
Galen RowellandGitHub 86903ab982 chore: stylua formatting update (#261)
* addded stylua config file

* chore: formatted with stylua
2021-08-16 13:19:09 +05:30
Galen RowellandGitHub e80a6935d6 Now have 3 separate terms, window, vert & hori, renamed some variables (#251) 2021-08-14 19:28:24 +05:30
Galen RowellandGitHub 91c8736146 WIP - Added toggleterm, based upon curtanips work (#237)
* Added toggleterm, based upon curtanips work
Also other various term fixes & changed term mappings

* new NvChad config to hide statusline by filetype
2021-08-13 21:29:17 +05:30
Galen Rowell 462a20d66a fix mapping error 2021-07-28 14:42:55 +10:00
G-RowellandAkianonymus 3b05354337 Use jdhao/better-escape.vim to handle jk as escape mappings
only for insert mode ( so also works on terminal too )

remove visual mode key binding, till we find a proper solution, because it is super annoying right now

Original pr here: https://github.com/siduck76/NvChad/pull/160
2021-07-26 15:14:49 +05:30
Galen Rowell 0d69a528a8 Fix statusline issue 2021-07-22 18:04:21 +10:00
Galen Rowell 652f703767 Fix term crash bug, no auto-close finished term anymore 2021-07-22 17:45:47 +10:00
Galen Rowell f35aa3c604 automatically close a terminal buffer if it has exited/returned 2021-07-20 20:18:10 +10:00
Galen Rowell 15f20e8437 better shell setup scripting 2021-07-20 19:41:50 +10:00
Galen Rowell a6ea40d7ba open default shell terminal with proper neovim commands, fix buffer tabline issue 2021-07-20 19:38:43 +10:00
Galen Rowell ff14ba61f9 open new buffers, instead of tabs 2021-07-20 19:36:06 +10:00
Galen Rowell 1bedbbe5c4 Fix terminal buffer format bug, & enable escape from terminal & visual mdoes 2021-07-18 15:42:54 +10:00