aboutsummaryrefslogtreecommitdiff
path: root/core/globals.vim
AgeCommit message (Collapse)Author
2022-04-16[nvim 0.7] use filetype.lua for detecting ftjdhao
2022-04-16[nvim 0.7] no more py2 supportjdhao
2022-02-05Use nvim-tree as file explorer when we open a folderjdhao
netrw plugin needs to be disabled, and nvim-tree needs to be start package. Otherwise, the hijacking won't work, and when we open a folder, it just open a new file with the same name.
2022-02-03update logging confjdhao
2022-01-30use debug modejdhao
2021-12-29g:mapleaderjdhao
2021-12-10use en_US.utf-8 as defaultjdhao
2021-10-31remove redundant fold marksjdhao
2021-10-23change default logging leveljdhao
2021-10-23add global variable logging_leveljdhao
2021-08-14Use proper true or false value for boolean variablesjdhao
In lua, 0 and empty string is true, which is counter-intuitive and different from vim script. So we need to use proper boolean type for vim script global variables, instead of numbers.
2021-08-14refactor: change file namejdhao