ec685a64e7
new plugins: - jupyter-vim - lualine - nvim-tree - buftabline
10 lines
220 B
VimL
10 lines
220 B
VimL
lua << EOF
|
|
|
|
require("indent_blankline").setup {
|
|
-- for example, context is off by default, use this to turn it on
|
|
-- show_current_context = true,
|
|
-- show_current_context_start = true,
|
|
filetype = {}
|
|
}
|
|
EOF
|