diff options
author | talha <talha@talhaamir.xyz> | 2024-04-23 02:40:02 +0500 |
---|---|---|
committer | talha <talha@talhaamir.xyz> | 2024-04-23 02:40:02 +0500 |
commit | 148116c22d7074f0eae4a4a3ef8a98290c99c4af (patch) | |
tree | c2bd5279852f32b4674cf4f84ccbb1709c402a9e /lua/talha/lazy.lua | |
parent | 1f793299c6c3f6b60f8c036b742454b229a46de6 (diff) |
Improved autocomplete, added formatting specific to python
Diffstat (limited to 'lua/talha/lazy.lua')
-rw-r--r-- | lua/talha/lazy.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/talha/lazy.lua b/lua/talha/lazy.lua index 089f254..8ac7f43 100644 --- a/lua/talha/lazy.lua +++ b/lua/talha/lazy.lua @@ -39,6 +39,8 @@ require("lazy").setup({ -- Autocompletion {'hrsh7th/nvim-cmp'}, -- Required {'hrsh7th/cmp-nvim-lsp'}, -- Required + {'hrsh7th/cmp-buffer'}, -- Required + {'hrsh7th/cmp-nvim-lua'}, {'L3MON4D3/LuaSnip'}, -- Required } }, |