Remove old plugins
This commit is contained in:
parent
7af75af3cb
commit
9bd6ea6815
|
@ -7,7 +7,7 @@ require('packer').startup(function(use)
|
|||
use 'cappyzawa/trim.nvim'
|
||||
use 'christoomey/vim-tmux-navigator'
|
||||
use '~/.config/nvim/colorschemes/material'
|
||||
use 'editorconfig/editorconfig-vim'
|
||||
use 'gpanders/editorconfig.nvim'
|
||||
use 'ervandew/supertab'
|
||||
use 'ggandor/leap.nvim'
|
||||
use 'hrsh7th/cmp-buffer'
|
||||
|
@ -22,9 +22,6 @@ require('packer').startup(function(use)
|
|||
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 'vimwiki/vimwiki'
|
||||
|
@ -32,7 +29,6 @@ require('packer').startup(function(use)
|
|||
use 'williamboman/nvim-lsp-installer'
|
||||
use 'windwp/nvim-autopairs'
|
||||
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'}}}
|
||||
|
|
|
@ -25,3 +25,7 @@ liches
|
|||
Archfey
|
||||
Feywild
|
||||
Bulette
|
||||
Domdidle
|
||||
Koryk
|
||||
Ctheah
|
||||
TODO
|
||||
|
|
|
@ -6,3 +6,4 @@
|
|||
{"rule":"MORFOLOGIK_RULE_EN_GB","sentence":"^\\Q1 Conv.\\E$"}
|
||||
{"rule":"MORFOLOGIK_RULE_EN_GB","sentence":"^\\Q2 Conv.\\E$"}
|
||||
{"rule":"ALLOW_TO","sentence":"^\\QA footnote says that in theory certain intelligent monstrosities could also train to become more powerful and throw off the bindings of age.\\E$"}
|
||||
{"rule":"MORFOLOGIK_RULE_EN_GB","sentence":"^\\QA quest: Book with golden hard-cover, located in a tower between Pan's village and Weathar.\\E$"}
|
||||
|
|
Loading…
Reference in New Issue