mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-28 05:54:18 +02:00
* disabled arrowkeys in normal mode * added <leader>pv as a shortcut for opening the file explorer * fixed mason-lspconfig by adding required attributes 'automatic_installation' and 'ensure_installed' * changed indent_width to 4
6 lines
140 B
TOML
6 lines
140 B
TOML
column_width = 160
|
|
line_endings = "Unix"
|
|
indent_type = "Spaces"
|
|
indent_width = 4
|
|
quote_style = "AutoPreferSingle"
|
|
call_parentheses = "None"
|