Skip to content

Commit

Permalink
fix(nvim): Fix Python config
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Feb 12, 2024
1 parent 7fcc815 commit b13de38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/lua/my/lsp/filetypes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ M.config = {
['python'] = {
patterns = { '*.py' },
lspconfig = 'pyright',
formatter = 'black',
},
}

Expand Down

0 comments on commit b13de38

Please sign in to comment.