mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-30 06:39:30 +02:00
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:
parent
94f551b803
commit
a3a9eadf41
2 changed files with 14 additions and 11 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue