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
This commit is contained in:
RubikNube 2025-02-18 00:03:08 +01:00
parent 94f551b803
commit a3a9eadf41
2 changed files with 14 additions and 11 deletions

View file

@ -1,6 +1,6 @@
column_width = 160
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
indent_width = 4
quote_style = "AutoPreferSingle"
call_parentheses = "None"