Skip to content
Closed

Windows #1325

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,53 @@
# Project gitignore
.luarc.json
after
coc-settings.json
colors
docs
ftplugin
ginit.vim
lua/user
neoconf.json
plugin
queries
spell

# Global gitignore
# ----------------

# Mac OS X
.AppleDouble
.DS_Store
.LSOverride
._*

# Windoze
$RECYCLE.BIN/
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# (Neo)Vim
*~
.netrwhist
Session.vim
Sessionx.vim
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
[._]*.un~
tags

# VS Code
.history
.vscode

# JetBrains
.idea

tags
test.sh
.luarc.json
Expand Down
5 changes: 3 additions & 2 deletions .stylua.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
column_width = 160
column_width = 120
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferSingle"
quote_style = "AutoPreferDouble"
call_parentheses = "None"
collapse_simple_statement = "Always"
Loading
Loading