]> git.rmz.io Git - dotfiles.git/history - nvim
nvim: add FPP copyright snippet
[dotfiles.git] / nvim /
2023-12-17 Samir Benmendilnvim: add FPP copyright snippet lazyvim
2023-12-17 Samir Benmendilnvim: telescope sort buffers by last first
2023-12-17 Samir Benmendilnvim: make MiniSurround behave more like tpope/surround
2023-12-17 Samir Benmendilnvim: hide diagnostic virtual_text by default
2023-12-17 Samir Benmendilnvim: configure dap (not tested well)
2023-12-17 Samir Benmendilnvim: update dashboard to include org agenda
2023-12-17 Samir Benmendilnvim: configure mason
2023-12-17 Samir Benmendilnvim: configure lsp servers (pylsp, ruff_lsp, lua_ls)
2023-12-17 Samir Benmendilnvim: define all(?) telescope keymaps ourselves
2023-12-17 Samir Benmendilnvim: cmp configuration
2023-12-17 Samir Benmendilnvim: add orgmode plugin
2023-12-17 Samir Benmendilnvim: switch to onenord colorscheme
2023-12-17 Samir Benmendilnvim: disable netrwPlugin
2023-12-17 Samir Benmendilnvim/lazy: do not notify about plugin updates
2023-12-17 Samir Benmendilnvim/plugins: remove alpha-nvim
2023-12-17 Samir Benmendilnvim: set autoformat false
2023-12-17 Samir Benmendilnvim: update lazyvim util functions
2023-12-17 Samir Benmendilnvim: do not override gr keymap
2023-12-17 Samir Benmendilnvim/coding: switch to comments.nvim
2023-12-17 Samir Benmendilnvim: hardwrap man pages to 80
2023-12-17 Samir Benmendilnvim/keymaps: even better indenting
2023-12-17 Samir Benmendilnvim/colorscheme: some config for nord.nvim
2023-12-17 Samir Benmendilnvim/colorscheme: use catppuccin with nord overrides
2023-12-17 Samir Benmendilnvim/colorscheme: default to onenord
2023-12-17 Samir Benmendilnvim: switch to nord colorscheme
2023-12-17 Samir Benmendilnvim/ui: disable Noice
2023-12-17 Samir Benmendilnvim/ui: send long messages to split
2023-12-17 Samir Benmendilnvim/editor: add snippet telescope plugin
2023-12-17 Samir Benmendilnvim/editor: disable <leader>ff for telescope
2023-12-17 Samir Benmendilnvim/coding: use snippets from vim-snippets
2023-12-17 Samir Benmendilnvim/editor: load neo-tree eagerly
2023-12-17 Samir Benmendilnvim/ui: do not grep with g on dashboard
2023-12-17 Samir Benmendilnvim/options: disable default LazyVim options
2023-12-17 Samir Benmendilnvim: replace vim-surround with mini.surround
2023-12-17 Samir Benmendilnvim: replace delimitmate with mini.pairs
2023-12-17 Samir Benmendilnvim/ui: delete buffer instead of quit with q in dashboard
2023-12-17 Samir Benmendilnvim/ui: import lazyvim's alpha-nvim config
2023-12-17 Samir Benmendilnvim/ui: actually... don't show bufferline on single...
2023-12-17 Samir Benmendilnvim: configure neo-tree
2023-10-31 Samir Benmendilnvim: set timeoutlen to 1s like default
2023-10-31 Samir Benmendilnvim/coding: add annotations to nvim-cmp config
2023-10-31 Samir Benmendilnvim/coding: don't select first entry on completion
2023-10-31 Samir Benmendilnvim/coding: setup Supertab
2023-10-31 Samir Benmendilnvim/ui: set animation fuction for indentscope
2023-10-31 Samir Benmendilnvim/ui: add blank plugin specs for all plugins
2023-10-31 Samir Benmendilnvim: provide type annotations for LazyPluginSpecs
2023-10-31 Samir Benmendilnvim/ui: always show bufferline
2023-10-31 Samir Benmendilnvim/ui: configure noice.nvim
2023-10-31 Samir Benmendilnvim: disable LazyVim's keymaps and import some of...
2023-10-31 Samir Benmendilnvim: reset options similar to vimrc
2023-10-31 Samir Benmendilnvim: disable interfering mappings lazyvim sets for...
2023-10-31 Samir Benmendilnvim: import autocmds from LazyVim
2023-10-31 Samir Benmendilnvim: disable LazyVim autocmds, match vimrc augroups...
2023-10-31 Samir Benmendilnvim: also source original vimrc file
2023-10-31 Samir Benmendilnvim: override treesitter file support
2023-10-31 Samir Benmendilnvim: add starter template for LazyVim