diff --git a/lua/confformat.lua b/lua/confformat.lua index 7de759c..8ec76e3 100644 --- a/lua/confformat.lua +++ b/lua/confformat.lua @@ -22,7 +22,7 @@ require("formatter").setup({ }, cpp = { - require("formatter.filetypes.cpp").clangformat, + require("formatter.filetypes.cpp").astyle, }, html = { diff --git a/lua/plugins.lua b/lua/plugins.lua index 9a509fd..4922b2f 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -48,6 +48,7 @@ return { "hrsh7th/cmp-cmdline", "dmitmel/cmp-cmdline-history", "amarakon/nvim-cmp-lua-latex-symbols", + "f3fora/cmp-spell", { "petertriho/cmp-git", requires = "nvim-lua/plenary.nvim" }, "williamboman/mason.nvim", "williamboman/mason-lspconfig.nvim", @@ -55,4 +56,8 @@ return { "mfussenegger/nvim-dap", "mhartington/formatter.nvim", "mg979/vim-visual-multi", + { "nvim-telescope/telescope-fzf-native.nvim", run = "make" }, + { "tzachar/fuzzy.nvim", requires = { "nvim-telescope/telescope-fzf-native.nvim" } }, + { "tzachar/cmp-fuzzy-buffer", requires = { "hrsh7th/nvim-cmp", "tzachar/fuzzy.nvim" } }, + "quangnguyen30192/cmp-nvim-ultisnips", } diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add index 726f2cb..fdd2f46 100644 --- a/spell/en.utf-8.add +++ b/spell/en.utf-8.add @@ -134,3 +134,4 @@ config confformat plugbench jedec +Graf diff --git a/spell/en.utf-8.add.spl b/spell/en.utf-8.add.spl index e3b93b4..42f3d75 100644 Binary files a/spell/en.utf-8.add.spl and b/spell/en.utf-8.add.spl differ