kickstart.nvim/.stylua.toml
RubikNube a3a9eadf41 Initial nvim customization
* 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
2025-02-18 00:03:08 +01:00

7 lines
140 B
TOML

column_width = 160
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 4
quote_style = "AutoPreferSingle"
call_parentheses = "None"