.dotfiles

By tiagovla

.dotfiles Alternatives

Similar projects and alternatives to .dotfiles

  1. neovim

    1,421 .dotfiles VS neovim

    Vim-fork focused on extensibility and usability

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. nvim-lspconfig

    Quickstart configs for Nvim LSP

  4. nvim-treesitter

    Nvim Treesitter configurations and abstraction layer

  5. nvim-compe

    Discontinued Auto completion Lua plugin for nvim

  6. gitsigns.nvim

    Git integration for buffers

  7. LuaSnip

    Snippet Engine for Neovim written in Lua.

  8. lspsaga.nvim

    Discontinued improve neovim lsp experience [Moved to: https://github.com/nvimdev/lspsaga.nvim] (by glepnir)

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. nvim-autopairs

    autopairs for neovim written in lua

  11. gruvbox.nvim

    Lua port of the most famous vim colorscheme

  12. goimports

    [mirror] Go Tools (by golang)

  13. go.nvim

    G'day Nvimer, Joyful Gopher: Discover the Feature-Rich Go Plugin for Neovim

  14. magma-nvim

    Interact with Jupyter from NeoVim.

  15. snippet-converter.nvim

    Bundle snippets from multiple sources and convert them to your format of choice.

  16. jupyter-vim

    Make Vim talk to Jupyter kernels

  17. nvim-conf

    ☄ Maddison's Neovim configuration!

  18. nvim-type-fmt

    LSP handler of textDocument/onTypeFormatting for nvim.

  19. mutt-wizard

    A system for automatically configuring mutt and isync with a simple interface and safe passwords

  20. grammar-guard.nvim

    Discontinued Grammar Guard is a Neovim plugin that checks your grammar as you write your LaTeX, Markdown or plain text document.

  21. dotfiles

    Personal dotfiles (by jemag)

  22. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better .dotfiles alternative or higher similarity.

.dotfiles discussion

Log in or Post with

.dotfiles reviews and mentions

Posts with mentions or reviews of .dotfiles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-24.
  • Implement the handler for LSP textDocument/onTypeFormatting ?
    5 projects | /r/neovim | 24 Nov 2022
    I also did a simple script to test it out a while ago. As you might have realized, this functionality needs to listen for a few triggering characters depending on the language server, kinda like autocomplete implemented by nvim-cmp. So, I guess, until they merge the autocomplete functionality to core, this won't be added. You could, in the meanwhile, create a nvim-cmp plugin and simplify quite a bit what you already have done.
  • [Help] Convert LaTeX UltiSnips Snippets to LuaSnip
    3 projects | /r/neovim | 16 Aug 2022
    I have some here https://github.com/tiagovla/.dotfiles/tree/master/neovim/.config/nvim/lua/plugins/config/luasnip/snips . You can create contextual snippets with treesitter. Autosnipet is also an option.
  • LSP codelens and inlayhints
    4 projects | /r/neovim | 23 Jul 2022
    I got this to work with python inlayhints https://github.com/tiagovla/.dotfiles/tree/master/neovim/.config/nvim/lua/lsp/inlay_hints and this should enable those `require("lsp.inlay_hints").setup_autocmd()`.
  • Taking notes in class with LaTeX
    3 projects | /r/neovim | 1 Jul 2022
    I'm quite happy with only texlab + nvim-cmp + luasnips. That's it. I have some snippets here https://github.com/tiagovla/.dotfiles/tree/master/neovim/.config/nvim/lua/plugins/config/luasnip/snips for latex if you need a place to start (just require the files).
  • File Structure for Adjusting Plugin Options
    3 projects | /r/neovim | 21 Mar 2022
    I think everyone does this in their own way. I like to separate user settings and plugins in different folders inside the lua folder. And every plugin has its own config (setup, mappings, ...), so I can enable/disable them in a single place. My dots look like this.
  • How can I load a user dictionary into ltex-ls?
    3 projects | /r/neovim | 12 Jan 2022
    Btw, I coded this https://github.com/tiagovla/.dotfiles/blob/0f664e30def1e460dd04fc8276f0d12f1ee2e88b/neovim/.config/nvim/lua/plugins/config/lsp/custom_servers/ltex.lua
  • I'm looking for a comfortable neovim based environment for Python and IPython
    4 projects | /r/neovim | 10 Nov 2021
    Oh, for sure! Here you go https://github.com/tiagovla/.dotfiles
  • Help with vimrc
    4 projects | /r/neovim | 3 Jun 2021
    I have it in place https://github.com/tiagovla/dotfiles/blob/master/nvim/lua/plug-config/lsp/settings.lua
  • New TokyoDark Theme
    8 projects | /r/neovim | 23 Apr 2021
    Do you the have the colors matched here? https://github.com/tiagovla/dotfiles/blob/master/.tmux.conf#L37-L43
  • A note from our sponsor - SaaSHub
    www.saashub.com | 17 Mar 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic .dotfiles repo stats
12
121
7.1
2 months ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Lua is
the 18th most popular programming language
based on number of references?