modules/neovim: Drop some plugins (goyo,tf,vimwiki)
This commit is contained in:
parent
b58a158f09
commit
252b4ce075
|
@ -8,7 +8,6 @@
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
gopls
|
gopls
|
||||||
pyright
|
pyright
|
||||||
vimwiki-markdown
|
|
||||||
(python3.withPackages (ps: with ps; [
|
(python3.withPackages (ps: with ps; [
|
||||||
black
|
black
|
||||||
flake8
|
flake8
|
||||||
|
@ -56,14 +55,9 @@
|
||||||
cmp-nvim-lsp
|
cmp-nvim-lsp
|
||||||
cmp-buffer
|
cmp-buffer
|
||||||
|
|
||||||
vim-terraform
|
|
||||||
goyo-vim
|
|
||||||
|
|
||||||
conflict-marker-vim
|
conflict-marker-vim
|
||||||
vimwiki
|
|
||||||
|
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
set nocompatible
|
set nocompatible
|
||||||
set mouse=a
|
set mouse=a
|
||||||
|
@ -145,19 +139,6 @@
|
||||||
" neoformat
|
" neoformat
|
||||||
let g:neoformat_python_black = { 'args': ['-l 120'] }
|
let g:neoformat_python_black = { 'args': ['-l 120'] }
|
||||||
|
|
||||||
" Enter goyo mode
|
|
||||||
nmap <Leader>gy :Goyo 50%x100%<CR>
|
|
||||||
|
|
||||||
let g:vimwiki_list = [{
|
|
||||||
\ 'path': '~/workspace/vimwiki',
|
|
||||||
\ 'template_path': '~/workspace/vimwiki/templates/',
|
|
||||||
\ 'template_default': 'default',
|
|
||||||
\ 'syntax': 'markdown',
|
|
||||||
\ 'ext': '.md',
|
|
||||||
\ 'path_html': '~/workspace/vimwiki/site_html/',
|
|
||||||
\ 'custom_wiki2html': 'vimwiki_markdown',
|
|
||||||
\ 'template_ext': '.tpl'}]
|
|
||||||
|
|
||||||
lua << EOF
|
lua << EOF
|
||||||
require("bufferline").setup{}
|
require("bufferline").setup{}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue