mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-06 06:54:23 +00:00
feat(nvim): new nvim config (#28)
* feat(nvim): clean config, work in progress * feat: refactored plugins and configs * feat: stylua config, ufo, lsp refactor, cleanup * feat: renamed nvim to nvim-lazy, added alias * feat: renamed nvim-clean to be nvim, updated alias
This commit is contained in:
7
config/nvim/.stylua.toml
Normal file
7
config/nvim/.stylua.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
column_width = 160
|
||||
line_endings = "Unix"
|
||||
indent_type = "Spaces"
|
||||
indent_width = 2
|
||||
quote_style = "AutoPreferSingle"
|
||||
call_parentheses = "None"
|
||||
|
||||
Reference in New Issue
Block a user