FollieHiyuki
a2a7caa279
neovim: bunch of changes again
...
- Fix commit 8a8e0db586
: vim.opt is a table, so it should have been
vim.o -> vim.opt:get()
- Add filetype.nvim (improved startup time)
- Drop vimtex. Potentially will switch to tex.nvim
- Re-compile packer only inside '/modules' directory (less eager)
2021-10-17 21:48:14 +07:00
FollieHiyuki
4508f2a819
neovim: replace nvim-lint + neoformat with null-ls.nvim
...
Also update config for jsonls and yamlls.
2021-10-17 21:48:14 +07:00
FollieHiyuki
2248faa795
neovim: vim.o -> vim.opt
2021-10-17 21:48:13 +07:00
FollieHiyuki
1f973f3850
neovim: add scripts to install lsp servers
2021-10-17 21:48:13 +07:00
FollieHiyuki
820929c2cb
neovim, emacs: manually configure sumneko_lua
...
Also neovim: disable options already set (see ':h nvim-defaults')
2021-10-17 21:48:13 +07:00
FollieHiyuki
9b81f9b07b
Some user configs
...
- neovim:
+ update lspkind icons for completion
+ start migrating config for nvim-tree.lua
+ update lsp config for sumneko_lua
- scripts:
+ add POSIX clients for PurritoBin (https://bsd.ac )
+ add script to upload to https://0x0.st
2021-10-17 21:48:13 +07:00
FollieHiyuki
dfcfbd004a
neovim: configure packer.nvim + add iswap.nvim
2021-10-17 21:48:12 +07:00
FollieHiyuki
6f78887641
neovim: changes a bunch
...
- undodir: move to stdpath('data') to be more inline with other
- add todo-comments.nvim
- whichkey: rebind for hop.nvim (avoid conflicting with vim-sandwich
blockwise)
- mappings: clean up and rearrange
2021-10-17 21:48:12 +07:00
FollieHiyuki
8c725aa77c
Lots of changes. See comment :)
...
- firefox: add script to automate updating user.js
- Anime4K: update version in install script to 4.0.1
- neovim:
+ remove nnn plugin (telescope's file browser has hidden files now)
+ telescope.nvim: update horizontal layout
+ nvim-cmp: update config for lsp, add more sources
+ indent-blankline: update config to use setup()
+ toggleterm, bufferline: repos moved
+ plugins: update multiple small configurations
2021-10-17 21:48:12 +07:00
FollieHiyuki
fa5374bafe
neovim: reconfigure nvim-cmp mappings + vim.cmd -> vim.api.nvim_command
...
Also delete `news` script
2021-10-17 21:48:11 +07:00
FollieHiyuki
b45c8f2541
neovim: add editorconfig.vim and spectre.nvim
2021-10-17 21:48:11 +07:00
FollieHiyuki
ac6be59e68
neovim: configure lsp_signature.nvim
2021-10-17 21:48:11 +07:00
FollieHiyuki
78b6d2bf54
neovim: add nvim-lint, nvim-dap-ui, vimtex
2021-10-17 21:48:10 +07:00
FollieHiyuki
3cefe864f4
neovim: big refractor
...
- nvim-compe -> nvim-cmp
- combine multple modules config into category files
- add some more plugins
2021-10-17 21:48:10 +07:00
FollieHiyuki
13b0482e0e
neovim: forgot to rebind lsp
2021-10-17 21:48:04 +07:00
FollieHiyuki
ec3540565a
neovim: add lspkind and nnn.vim
2021-10-17 21:48:04 +07:00
FollieHiyuki
2dbf4079a5
neovim: minor improvement in lspconfig
2021-10-17 21:48:03 +07:00
FollieHiyuki
5ab3184378
neovim: add lspconfig, move compe config
2021-10-17 21:48:03 +07:00