feat(nvim): add basic nvim config with keymaps

This commit is contained in:
phoenix
2025-04-17 04:55:40 +01:00
parent d90cb5c103
commit 444a8150f7
13 changed files with 561 additions and 0 deletions

3
config/nvim/stylua.toml Normal file
View File

@ -0,0 +1,3 @@
indent_type = "Spaces"
indent_width = 2
column_width = 120