From 31458b74b81df4ef5101c01b26fc28fc32ee821b Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 31 Aug 2025 15:39:39 +0530 Subject: feat(home/common): init neovim --- home/common/modules/neovim/config/.stylua.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 home/common/modules/neovim/config/.stylua.toml (limited to 'home/common/modules/neovim/config/.stylua.toml') diff --git a/home/common/modules/neovim/config/.stylua.toml b/home/common/modules/neovim/config/.stylua.toml new file mode 100644 index 0000000..139e939 --- /dev/null +++ b/home/common/modules/neovim/config/.stylua.toml @@ -0,0 +1,6 @@ +column_width = 160 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferSingle" +call_parentheses = "None" -- cgit v1.2.3