jdhao
3de31f7d0a
disable language command in macOS for now
...
Due to packaging issue, nvim version 0.7.2 for macOS does not have
`:language` command built in, see also neovim/neovim#19127 .
2022-08-06 22:36:49 +08:00
jdhao
32b1d3ac16
disable sql omni completion
2022-06-05 21:10:04 +08:00
jdhao
58b1e0aa9f
[nvim 0.7] use filetype.lua for detecting ft
2022-04-16 01:00:36 +08:00
jdhao
9082e124a5
[nvim 0.7] no more py2 support
2022-04-16 00:16:23 +08:00
jdhao
2b24d0794e
Use nvim-tree as file explorer when we open a folder
...
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-05 13:40:54 +08:00
jdhao
b542bec561
update logging conf
2022-02-03 17:27:45 +08:00
jdhao
9555052f94
use debug mode
2022-01-30 11:58:50 +08:00
jdhao
5443078805
g:mapleader
2021-12-29 00:42:00 +08:00
jdhao
6fb30f0cf2
use en_US.utf-8 as default
2021-12-10 22:52:03 +08:00
jdhao
5ae2c7d1e0
remove redundant fold marks
2021-10-31 15:42:38 +08:00
jdhao
455ae8a8b9
change default logging level
2021-10-23 01:29:58 +08:00
jdhao
2e69db6551
add global variable logging_level
2021-10-23 01:24:32 +08:00
jdhao
07c80f948d
Use proper true or false value for boolean variables
...
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-14 01:23:43 +08:00
jdhao
42d3c49fea
refactor: change file name
2021-08-14 00:17:50 +08:00