Skip to content

Commit

Permalink
fix(api): Adjusted types call, format chores.
Browse files Browse the repository at this point in the history
  • Loading branch information
DrKJeff16 committed Apr 7, 2024
1 parent a8f1940 commit 3aad9f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ local lsp = vim.lsp
local bo = vim.bo

-- Import docstrings and annotations.
require('user.types')
local types = require('user.types')
require('user.types.user.maps')

local User = require('user')
Expand Down
1 change: 0 additions & 1 deletion lua/user/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ function M.opts()
return require('user.opts')
end
M.maps = require('user.maps')

M.highlight = require('user.highlight')

function M.exists(mod)
Expand Down

0 comments on commit 3aad9f3

Please sign in to comment.