Skip to content

Commit

Permalink
lua formatting, lint setup
Browse files Browse the repository at this point in the history
  • Loading branch information
deptno committed Nov 9, 2023
1 parent f071bb4 commit 441ecb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/custom/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,9 @@ return {
ft('typescript,javascript,javascriptreact,typescriptreact')
:lint('eslint_d')
:fmt('prettier')
ft('lua')
:lint('selene')
:fmt('stylua')

require('guard').setup({
lsp_as_default_formatter = false,
Expand Down

0 comments on commit 441ecb4

Please sign in to comment.