1
0
Fork 0
Commit Graph

898 Commits

Author SHA1 Message Date
tastytea 80961265ea
nvim: fix treesitter update command 2022-08-30 18:59:12 +02:00
tastytea 48f93ed887
nvim: don't show filename in firenvim 2022-08-30 18:32:38 +02:00
tastytea 996b13e954
nvim: fix pkgdev commands 2022-08-30 18:19:48 +02:00
tastytea 9cf7c88e93
nvim: drop PackerInstall rule 2022-08-30 16:47:20 +02:00
tastytea d6b2afbfc2
nvim: add pkgdev command 2022-08-30 07:15:18 +02:00
tastytea 8e66492de5
nvim: open packer in popup window 2022-08-30 06:59:30 +02:00
tastytea b5f827652c
nvim: reduce message area to 1 line 2022-08-30 06:39:36 +02:00
tastytea 637ed9f4cb
nvim: comfier fuzzy sorter for telescope 2022-08-30 06:39:04 +02:00
tastytea 7135cc378c
nvim: lsp: add bash-language-server 2022-08-30 06:26:31 +02:00
tastytea d62be7cb66
nvim: set filetype for QML files 2022-08-30 01:29:26 +02:00
tastytea f082b1a28a
nvim: use treesitter for QML 2022-08-30 01:24:41 +02:00
tastytea 4af5a99a8d
nvim: add QML support 2022-08-29 23:29:06 +02:00
tastytea c82ec04134
document mxc2http better 2022-08-29 18:15:35 +02:00
tastytea df0eb72325
update mxc2http 2022-08-29 18:04:34 +02:00
tastytea 17b80ed4ea
nvim: move some keymaps, fix some requires 2022-08-29 04:24:01 +02:00
tastytea 374b4ed38d
nvim: add autosplit workaround vor NeogitCommitMessage
it doesn't work with vim.g.autosplit_ft, probably because the filetype
is set later than expected
2022-08-28 23:49:13 +02:00
tastytea 5602a63e52
nvim: open diagnostics with F7 2022-08-28 21:39:24 +02:00
tastytea 4fb84796ca
nvim: statusline: display function after filename 2022-08-28 21:12:57 +02:00
tastytea 4a72940690
nvim: set terminal title 2022-08-28 21:12:23 +02:00
tastytea 095e0cefc5
nvim: use git completions in NeogitCommitMessage
this doesn't work currently, probably because the ft is set too late?
2022-08-28 20:40:39 +02:00
tastytea 56bb5c8248
nvim: add DAP 2022-08-28 20:30:59 +02:00
tastytea 0d4551a2d4
nvim: don't autosplit everything
it clashes with dap-ui
2022-08-28 20:30:30 +02:00
tastytea 330909bdf1
git: globally ignore /.mind/ (note trees) 2022-08-28 17:03:59 +02:00
tastytea 0dba88f1d5
nvim: create socket dir if it doesn't exist 2022-08-27 17:55:09 +02:00
tastytea f3621425c8
save last 1000 files instead of 100 2022-08-27 17:42:03 +02:00
tastytea 5c381ad548
nvim: change server socket fallback to user dir 2022-08-27 17:41:41 +02:00
tastytea 80a206efbf
nvim: add autosplit 2022-08-26 17:39:49 +02:00
tastytea 6b85f5bddf
nvim: use global status line 2022-08-26 04:22:48 +02:00
tastytea 6d678df2f0
nvim: don't show todo signs in sign column 2022-08-26 04:10:50 +02:00
tastytea 1abe12ed87
nvim: add mind 2022-08-26 04:10:26 +02:00
tastytea 7783bb9c0d
nvim: lualine: don't display some things in small windows 2022-08-26 04:08:10 +02:00
tastytea 60a65be22c
add new font names to fontconfig-config 2022-08-26 00:44:35 +02:00
tastytea 3b5e46a5c6
nvim: packer: no shallow clones 2022-08-25 18:51:30 +02:00
tastytea f27ed54f91
nvim: use own fork of project.nvim
because it has a current dir fallback
2022-08-25 18:43:26 +02:00
tastytea 5850905a01
nvim: add LSP status and mushroom to statusline 2022-08-25 18:39:27 +02:00
tastytea 0f5675b963
nvim: treat NeogitCommitMessage like gitcommit 2022-08-25 15:42:16 +02:00
tastytea 11a6d895fb
nvim: use icons for diagnostics 2022-08-25 15:41:30 +02:00
tastytea 1229f7a228
nvim: enable firenvim for commit comments 2022-08-25 04:12:34 +02:00
tastytea 027f2066b6
nvim: add ${USER} to socket name 2022-08-24 16:13:39 +02:00
tastytea ce0cba8ff2
nvim: start server if none runs, connect to parent from :term 2022-08-24 15:53:14 +02:00
tastytea ccb46e9851
nvim: add AnsiEsc 2022-08-24 03:56:08 +02:00
tastytea e7fd1c8714
nvim: add todo-comments 2022-08-24 02:19:41 +02:00
tastytea e2c2f825f0
nvim: check if fc-list exists before trying to run it 2022-08-22 18:05:55 +02:00
tastytea 335e02f4f8
nvim: remove cwd workarounds and fix it in project.nvim
https://github.com/ahmedkhalf/project.nvim/pull/89
2022-08-22 04:04:10 +02:00
tastytea e7ba7e5a7b
nvim: improve cwd handling
- remove .clang-format as root marker because it is in ${HOME}
- don't return ${HOME} as project root in get_project_root()
- fall back to current dir in telescope find_files
2022-08-22 02:25:20 +02:00
tastytea 18ee6bedc0
nvim: fix patterns in firenvim autocmd 2022-08-21 21:13:37 +02:00
tastytea 2e08f94b01
nvim: no textwidth for playlists 2022-08-21 21:13:23 +02:00
tastytea 5da9c3fe13
nvim: don't show .git/* in project file browser 2022-08-21 21:12:14 +02:00
tastytea 24baf20c09
nvim: move gentoo-syntax to filetypes cat 2022-08-21 19:11:34 +02:00
tastytea 4a2fcc93d1
nvim: lsp: remove double clangd definition 2022-08-21 18:06:45 +02:00