Path completion in insert mode

This commit is contained in:
Thomas Avé 2022-07-04 22:15:35 +02:00
parent 69a518ff1b
commit ef26732384
4 changed files with 34 additions and 10 deletions

View File

@ -41,6 +41,7 @@ cmp.setup({
}),
sources = cmp.config.sources({
{ name = 'nvim_lsp' },
{ name = 'path' },
{ name = 'vsnip' }, -- For vsnip users.
-- { name = 'luasnip' }, -- For luasnip users.
-- { name = 'ultisnips' }, -- For ultisnips users.

View File

@ -1,39 +1,39 @@
require('packer').startup(function(use)
use { 'TimUntersberger/neogit', requires = 'nvim-lua/plenary.nvim' }
use 'ggandor/leap.nvim'
use 'ConradIrwin/vim-bracketed-paste'
use 'cappyzawa/trim.nvim'
use "rafamadriz/friendly-snippets"
use 'ConradIrwin/vim-bracketed-paste'
use 'Vimjas/vim-python-pep8-indent'
use 'cappyzawa/trim.nvim'
use 'christoomey/vim-tmux-navigator'
use 'editorconfig/editorconfig-vim'
use 'ervandew/supertab'
use 'ggandor/leap.nvim'
use 'hrsh7th/cmp-buffer'
use 'hrsh7th/cmp-cmdline'
use 'hrsh7th/cmp-nvim-lsp'
use 'hrsh7th/cmp-path'
use 'hrsh7th/vim-vsnip-integ'
use 'hrsh7th/cmp-vsnip'
use 'hrsh7th/nvim-cmp'
use 'hrsh7th/vim-vsnip'
use 'hrsh7th/vim-vsnip-integ'
use 'kristijanhusak/vim-hybrid-material'
use 'lervag/vimtex'
use 'neovim/nvim-lspconfig'
use 'numToStr/Comment.nvim'
use 'octol/vim-cpp-enhanced-highlight'
use 'prabirshrestha/asyncomplete-lsp.vim'
use 'prabirshrestha/vim-lsp'
use 'tmux-plugins/vim-tmux'
use 'tmux-plugins/vim-tmux-focus-events'
use 'numToStr/Comment.nvim'
use 'vimwiki/vimwiki'
use 'wbthomason/packer.nvim'
use 'williamboman/nvim-lsp-installer'
use 'Vimjas/vim-python-pep8-indent'
use 'windwp/nvim-autopairs'
use {'nvim-treesitter/nvim-treesitter', run = ':TSUpdate'}
use {'nvim-telescope/telescope-fzf-native.nvim', run = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build'}
use {'nvim-telescope/telescope.nvim', requires = {{'nvim-lua/plenary.nvim'}}}
use { 'TimUntersberger/neogit', requires = 'nvim-lua/plenary.nvim' }
use {'glacambre/firenvim', run = function() vim.fn['firenvim#install'](0) end}
use {'nvim-lualine/lualine.nvim', requires = { 'kyazdani42/nvim-web-devicons', opt = true }}
use {'nvim-telescope/telescope-fzf-native.nvim', run = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build'}
use {'nvim-telescope/telescope.nvim', requires = {{'nvim-lua/plenary.nvim'}}}
use {'nvim-treesitter/nvim-treesitter', run = ':TSUpdate'}
use {
"folke/trouble.nvim",
requires = "kyazdani42/nvim-web-devicons",

View File

@ -1,2 +1,18 @@
Avé
Sint-Pietersvliet
Starcraft
Locobot
DQN-based
overcomplete
QuaRL
DDPG
DQN
softmax
logits
distill
action-probablities
UMAP
XS
DoReFa
DoReFa-Net
dequantized

View File

@ -0,0 +1,7 @@
{"rule":"MORFOLOGIK_RULE_EN_GB","sentence":"^\\QBecause of this, linear methods are usually used in combination with PTQ for network parameters and to (de-)quantize the network inputs and outputs, as in those cases it is important that the relative values behind these representations are accurately maintained.\\E$"}
{"rule":"AFFORD_VBG","sentence":"^\\QInitial work in the area of applying knowledge distillation in order to train low-precision neural networks in a supervised learning setting was done by \\E(?:Dummy|Ina|Jimmy-)[0-9]+\\Q.\\E$"}
{"rule":"PRP_VBG","sentence":"^\\QThere is an additional benefit to training the low-precision network based on a full-precision teacher network compared to training it directly using more traditional DRL algorithms, such as DQN or PPO.\\E$"}
{"rule":"CD_NN","sentence":"^\\Q3 Linear 1 Compression Ratio Parameters Student XXS 16 16 16 32 47.1x 35 796 Student XS 16 16 16 64 27.6x 61 044 Student S 16 16 16 128 15.1x 111 540 Student M 16 32 32 256 4.0x 424 276 Student L 32 64 64 256 1.9x 882 084 Student XL 32 64 64 512 1x 1 686 180 Student XXL 64 64 64 1024 0.5x 3 335 364 Sizes for the students used in our policy distillation experiments on the Atari Breakout environment.\\E$"}
{"rule":"MORFOLOGIK_RULE_EN_GB","sentence":"^\\QNetwork Conv.\\E$"}
{"rule":"MORFOLOGIK_RULE_EN_GB","sentence":"^\\Q1 Conv.\\E$"}
{"rule":"MORFOLOGIK_RULE_EN_GB","sentence":"^\\Q2 Conv.\\E$"}