fix: add telescope-fzf-native build args for windows, update stylua, and run style updates for init.lua

This commit is contained in:
Curstantine 2024-05-07 20:48:51 +05:30
parent f86f18f27a
commit ab03038b91
No known key found for this signature in database
GPG Key ID: FD732DCCF54F06E0
2 changed files with 689 additions and 689 deletions

View File

@ -1,6 +1,6 @@
column_width = 160 column_width = 160
line_endings = "Unix" line_endings = "Unix"
indent_type = "Spaces" indent_type = "Tabs"
indent_width = 2 indent_width = 4
quote_style = "AutoPreferSingle" quote_style = "AutoPreferSingle"
call_parentheses = "None" call_parentheses = "None"

View File

@ -314,7 +314,7 @@ require('lazy').setup({
-- `build` is used to run some command when the plugin is installed/updated. -- `build` is used to run some command when the plugin is installed/updated.
-- This is only run then, not every time Neovim starts up. -- This is only run then, not every time Neovim starts up.
build = 'make', build = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build',
-- `cond` is a condition used to determine whether this plugin should be -- `cond` is a condition used to determine whether this plugin should be
-- installed and loaded. -- installed and loaded.