master #1

Open
oli wants to merge 912 commits from master into lua
2 changed files with 54 additions and 54 deletions
Showing only changes of commit c9c630ce61 - Show all commits

View File

@@ -45,7 +45,8 @@ return require('packer').startup(function()
{ 'nvim-lua/popup.nvim' }, { 'nvim-lua/popup.nvim' },
{ 'nvim-lua/plenary.nvim' }, { 'nvim-lua/plenary.nvim' },
{ 'kyazdani42/nvim-web-devicons' }, { 'kyazdani42/nvim-web-devicons' },
{ 'nvim-telescope/telescope-fzf-native.nvim', run = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build' }, { 'nvim-telescope/telescope-fzf-native.nvim',
run = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build' },
}, },
config = get_setup('telescope'), config = get_setup('telescope'),
}) })

View File

@@ -181,4 +181,3 @@ null_ls.setup({
}) })
vim.diagnostic.config({ virtual_text = false }) vim.diagnostic.config({ virtual_text = false })