Compare commits

..

No commits in common. "6f5f205ccae0e5a6964480b0a0a7aa91c0d19a6a" and "f62d11367d0b0e1fc21cbf1caa95f8d70929916a" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View File

@ -206,9 +206,6 @@ vim.opt.rtp:append (vim.fn.stdpath ('data') .. '/site')
-- Set highlight on search
vim.o.hlsearch = true
-- Set breakindent in order to improve vim-pandoc handling of lists
vim.o.breakindent = true
-- Preview changes when searching and substituing
-- nosplit avoid to display the preview in a separate split
vim.o.inccommand = "nosplit"
@ -347,9 +344,7 @@ require('nvim-treesitter.configs').setup {
auto_install = false,
-- List of parsers to ignore installing
ignore_install = {
"markdown"
},
ignore_install = { "markdown" },
-- Required property, but empr?
modules = {},

View File

@ -1,6 +1,5 @@
return {
'linux-cultist/venv-selector.nvim',
branch = 'regexp',
dependencies = { 'neovim/nvim-lspconfig', 'nvim-telescope/telescope.nvim', 'mfussenegger/nvim-dap-python' },
opts = {
-- Your options go here