mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-31 14:43:11 +02:00
feat: neovim - add some dotfiles
This commit is contained in:
2
home/base/desktop/editors/neovim/astronvim_user/.gitignore
vendored
Normal file
2
home/base/desktop/editors/neovim/astronvim_user/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
.clj-kondo/
|
||||
.nrepl-port
|
||||
@@ -0,0 +1 @@
|
||||
{:source-file-patterns ["*.fnl" "**/*.fnl"]}
|
||||
@@ -0,0 +1,7 @@
|
||||
column_width = 120
|
||||
line_endings = "Unix"
|
||||
indent_type = "Spaces"
|
||||
indent_width = 2
|
||||
quote_style = "AutoPreferDouble"
|
||||
call_parentheses = "None"
|
||||
collapse_simple_statement = "Always"
|
||||
Reference in New Issue
Block a user