Skip to content

Commit

Permalink
fix: updated some config keys
Browse files Browse the repository at this point in the history
  • Loading branch information
felicandalc committed Oct 18, 2022
1 parent 6857937 commit 38dbe28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lua/nn/lsp/handlers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ if not status_ok then
return
end

M.capabilities = cmp_nvim_lsp.update_capabilities(capabilities)
M.capabilities = cmp_nvim_lsp.default_capabilities(capabilities)

return M
1 change: 0 additions & 1 deletion lua/nn/nvim-tree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ nvim_tree.setup({
},
view = {
width = 30,
height = 30,
hide_root_folder = false,
side = "left",
mappings = {
Expand Down

0 comments on commit 38dbe28

Please sign in to comment.