Benjamin Bädorf
e36709613c
fix: load schemastore for nvim
2023-07-13 18:07:58 +02:00
Benjamin Bädorf
41c2d668f7
feat: use nnn and treesitter
...
vifm is removed in favour of nnn, with the keybindings in nvim being
changed. TODO: improve the colorscheme of `nnn` to match `ls`.
All nvim plugins that were responsible for language syntax highlighting
are removed in favour of treesitter[1], a syntax highlighter that parses
AST instead of being regex-based. This is still experimental, but my
tests so far have not encountered any issues.
1) https://github.com/nvim-treesitter/nvim-treesitter
2023-07-13 17:15:53 +02:00
teutat3s
3d2aed46ab
neovim: trim final newline when copying to clipboard
2023-07-04 01:42:49 +02:00
teutat3s
ea69c1d12c
neovim: use nixd as nix language server
2023-07-02 15:57:00 +02:00
teutat3s
2b9def0a76
Merge branch main into origin/nixos-23.05
2023-06-28 19:20:11 +02:00
teutat3s
a7d4be4af5
neovim: add ansible-language-server
2023-06-13 14:50:34 +02:00
teutat3s
f4f67b3197
chore: python3{9,10}Packages -> python3Packages
...
- Apply treefmt
2023-06-13 14:28:56 +02:00
Hendrik Sokolowski
1c6a726d01
remove packages from lite mode
2023-02-26 21:51:19 +01:00
teutat3s
c8435976eb
nvim: fix file preview for names containing spaces
2023-02-24 18:11:09 +01:00
teutat3s
00677fb11f
Merge branch 'main' into feature/alejandra-treefmt
2023-01-28 21:40:44 +01:00
teutat3s
d6236d0b0d
neovim: config updates for 0.8.x
...
use default_capabilities
set mouse= to disable new default mouse behaviour
2022-11-26 04:42:03 +01:00
teutat3s
73bf158392
Run treefmt command
2022-11-20 23:28:23 +01:00
teutat3s
4520dece5f
neovim: use nvfetcher for custom plugins
2022-10-18 16:55:51 +02:00
hensoko
cb5c75b1cc
feature/terminal-life-lite-mode ( #117 )
...
Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/117
Reviewed-by: Benjamin Bädorf <hello@benjaminbaedorf.eu>
2022-08-14 15:17:35 +00:00
teutat3s
e11c91f86e
Merge branch 'main' into fix/neovim-cherry-picks
2022-08-13 17:35:16 +02:00
teutat3s
be0ae1a799
neovim: fix quoting, use vim.fn.stdpath to get
...
the neovim config directory path
2022-08-09 23:26:10 +02:00
teutat3s
0619a69f32
neovim: add vim-nixhash plugin
2022-08-09 23:25:33 +02:00
teutat3s
4339f04f7c
neovim: use vimagit from latest master commit
2022-08-09 23:25:12 +02:00
teutat3s
3142c58cf4
neovim, caddy: add json-schema, use tabs in
...
Caddyfiles, add vim-caddyfile
2022-08-09 23:23:55 +02:00
Benjamin Bädorf
63fe359cab
Add denols to nvim
...
In Deno projects `tsserver` is less than ideal. This PR starts `denols`
instead of `tsserver` if `nvim` finds the `NVIM_USE_DENOLS` variable
when reading the lsp config.
2022-06-04 19:41:28 +02:00
Benjamin Bädorf
e30974c1b2
Merge branch 'main' into feature/basic-iso
2022-04-30 19:51:38 +02:00
teutat3s
ed26820593
neovim: remove unneeded autocmd CursorHold
2022-04-30 18:11:43 +02:00
teutat3s
970e6de8a7
Merge branch 'main' into feature/basic-iso
2022-04-30 16:04:59 +02:00
teutat3s
af67e0d15f
neovim: don't show diagnostics when in insert mode
2022-04-30 15:18:57 +02:00
teutat3s
a7215fa101
neovim: add template for shell.nix files
2022-04-30 15:18:46 +02:00
teutat3s
469c2a3ed9
neovim: fix lsp for neovim 0.7.0
2022-04-26 11:37:59 +02:00
teutat3s
030bf9e808
neovim: diagnostics: only show under cursor and
...
use custom signcolumn icons using new lua
vim.diagnostic.config options
fix fzf pop-up colors
get sonokai, suda-vim from nixpkgs vimPlugins
bump vim-workspace
add apprentice, hybrid and airline colorschemes
2022-04-09 16:52:18 +02:00
teutat3s
93b895136d
neovim: fix config for version 0.6.1
2022-04-03 18:40:07 +02:00
teutat3s
83074e2dff
neovim: add quick-scope plugin
2022-03-15 19:06:55 +01:00
teutat3s
74b4ec148c
Merge branch 'main' into feature/basic-iso
2022-02-02 04:38:30 +01:00
teutat3s
52e934b3fc
neovim: fix completion, fix python lsp
2022-02-02 03:37:00 +01:00
teutat3s
0629024cf5
chore: clean up after upstream updates
2022-02-02 03:33:20 +01:00
teutat3s
e0e7c4c42d
neovim: fix completion, fix python lsp
2022-01-05 23:44:59 +01:00
Benjamin Bädorf
40dab652fb
Cleanup nvim config, add instant.nvim
2021-12-02 12:20:08 +01:00
Benjamin Bädorf
dc580d30b7
Remove useless nvim plugin plenary
...
This dependency plugin is not needed anymore
2021-11-29 19:07:39 +01:00
Benjamin Bädorf
09508319e9
Merge branch 'main' of git.b12f.io:pub-solar/os
2021-11-29 19:07:07 +01:00
Benjamin Bädorf
b5500d5e9e
Better terminal editing experience
...
* Decrease alacritty font size
* Improve file previews in fzf-nvim by removing some copyright notices
* Use reverse layout in fzf-nvim to align with zsh file completion
2021-11-29 19:06:10 +01:00
teutat3s
ea282db4eb
nvim: remove diffview-nvim
2021-11-29 17:25:55 +01:00
Benjamin Bädorf
65c8894f47
Remove minimap from nvim, fix mergetool config for git
2021-11-29 17:23:09 +01:00
teutat3s
d670aee07d
neovim: fix jsonls, fix cursor jumping into diagnostics buffer
2021-11-07 20:42:50 +01:00
teutat3s
9bd3f7d871
nvim: sort alphabetically, add gopls (go lsp)
2021-10-29 16:47:11 +02:00
teutat3s
de5d4a223a
upstream pub-solar changes from teutat3s ( #11 )
...
Co-authored-by: teutat3s <10206665+teutat3s@users.noreply.github.com>
Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/11
Reviewed-by: Benjamin Bädorf <b12f@noreply.example.org>
Co-authored-by: teutat3s <teutates@mailbox.org>
Co-committed-by: teutat3s <teutates@mailbox.org>
2021-07-13 17:05:36 +00:00
teutat3s
a3961f7c52
move back from neovim-nightly to neovim from unstable ( #10 )
...
https://github.com/neovim/neovim/releases/tag/v0.5.0
Co-authored-by: teutat3s <10206665+teutat3s@users.noreply.github.com>
Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/10
Co-authored-by: teutat3s <teutates@mailbox.org>
Co-committed-by: teutat3s <teutates@mailbox.org>
2021-07-13 16:33:15 +00:00
Benjamin Bädorf
ddcf369f41
Initial PubSolarOS commit
2021-05-30 21:10:28 +02:00