🔒 Backup for my config files
dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove slqfluff

+4 -16
-5
.config/nvim/lua/plugins/conform.lua
··· 1 1 return { 2 2 "stevearc/conform.nvim", 3 3 opts = { 4 - 5 4 formatters_by_ft = { 6 - sql = { "sqlfluff" }, 7 5 gleam = { "gleam", "rustywind" }, 8 6 kdl = { "kdlfmt" }, 9 7 markdown = { "rumdl" }, 10 8 }, 11 - 12 9 formatters = { 13 - sqlfluff = { args = { "format", "-" } }, 14 - 15 10 rustywind = { 16 11 prepend_args = { 17 12 "--custom-regex",
+1 -7
.config/nvim/lua/plugins/linter.lua
··· 1 - return { 2 - "mfussenegger/nvim-lint", 3 - opts = { 4 - linters_by_ft = { sql = { "sqlfluff" }, markdown = { "rumdl" } }, 5 - linters = { sqlfluff = { args = { "lint", "--format=json" } } }, 6 - }, 7 - } 1 + return { "mfussenegger/nvim-lint", opts = {} }
-1
.config/nvim/lua/plugins/lsp.lua
··· 2 2 "neovim/nvim-lspconfig", 3 3 opts = { 4 4 servers = { 5 - sqlfluff = { filetypes = { "sql" } }, 6 5 yamlls = { settings = { redhat = { telemetry = { enabled = false } } } }, 7 6 8 7 tailwindcss = {
+3 -3
.config/starship.toml
··· 16 16 """ 17 17 18 18 [character] 19 - success_symbol = "[[󰄛](green) ❯](peach)" 20 - error_symbol = "[[󰄛](red) ❯](peach)" 21 - vimcmd_symbol = "[󰄛 ❮](subtext1)" 19 + success_symbol = "[[󰆧](green) ❯](peach)" 20 + error_symbol = "[[󰆧](red) ❯](peach)" 21 + vimcmd_symbol = "[󰆧 ❮](subtext1)" 22 22 23 23 [directory] 24 24 truncation_length = 4