17 Commits (d5c64d335ea4eafa1f7b39ca073a24254c405c4c)

Author SHA1 Message Date
siduck76 ea992308f1 disable tilde on end of buffer 3 years ago
Akianonymus 7affb8cbfb Move from utils.lua to their respective places | Format all files 3 years ago
siduck76 5236893e5e add permanent undo (#197) 3 years ago
Akianonymus 6b4435caef Don't use new_async
It doesn't seem to be improving stuff as it is not supposed to

Due to the half baked stats of the startuptime plugin, people were fooled

no point in disabling filetype and whatenot

See some discussion here: https://github.com/siduck76/NvChad/issues/175
3 years ago
Akianonymus bb04ba07cb mappings.lua: Code style fixes | Cleanup options.lua 3 years ago
siduck76 020daec5fc
disable matchit
matchit was already disabled by default but a recent PR enabled it again , sorry for that! Since vim matchup already does what matchit does , I'll remove it.
3 years ago
siduck76 845ac0e615
Merge pull request #171 from Pocco81/dev-init
Securely call modules and disable all builtin plugin
3 years ago
siduck76 08dfe17678 clean stuff | map new tab 3 years ago
Pocco81 355178a7bb feat: secure calls + disabled all builtin plugins 3 years ago
Akianonymus 6b507c3368 init: Asynchronously load filetype and syntax
lots of improvement for startup time

Co-authored-by: Vhyrro <vhyrro@gmail.com>
3 years ago
Akianonymus 0023233eef Fix formatting | Handle a edgecase in telescope config | Misc
* fix formatting in pluginList, luasnip

* don't use pcall on highlights

* sync and compile fzf and media files only when the error occurs, add a
  help text telling tbe user to restart neovim
3 years ago
Akianonymus dbc4979ebd Go to next/previous line with h,l,left and right 3 years ago
siduck76 2952f4d5c7 clean stuff 3 years ago
Akianonymus 0d7345bc44 Move options from init.lua => options.lua
use a local g = vim.g
3 years ago
Akianonymus 42bf581337 Disable nvim intro and tilde chars on end of buffer
This avoids the situation when the initial screen looks out of place
because there is some pre rendered text

https://github.com/neovim/neovim/pull/8546
3 years ago
Akianonymus e6ae79127f Increase timeoutlen to 400
sometimes 200 ms is way too for 3 key mappings
3 years ago
siduck76 c6084220de improve config structure 3 years ago