dotfiles/.config/nvim
Sergio Laín 580e839fb6
feat(nvim): floaterm as default terminal instead of toggleterm
had some problem with toggleterm so now floaterm is my new best friend. it needs some testing and
mappings but now is really functional
2023-10-22 18:43:34 +02:00
..
lua feat(nvim): floaterm as default terminal instead of toggleterm 2023-10-22 18:43:34 +02:00
.gitignore spicetify changes, lazyvim installation an little config 2023-07-18 17:21:49 +02:00
.neoconf.json spicetify changes, lazyvim installation an little config 2023-07-18 17:21:49 +02:00
init.lua spicetify changes, lazyvim installation an little config 2023-07-18 17:21:49 +02:00
lazy-lock.json ⚙️ config(nvim): added codeium maps for next and prev 2023-10-22 18:42:18 +02:00
lazyvim.json feat(nvim): gpt extra added 2023-10-22 01:35:38 +02:00
LICENSE feat(nvim): lICENSE added and removed lazylock from .gitignore 2023-10-18 13:29:15 +02:00
README.md ♻️ refactor(nvim): readme changed to preview the new plugins, git and github are now extras for easy enabling/disabling 2023-10-18 13:27:40 +02:00
stylua.toml 💄 style(nvim): 2 spaces as indentation 2023-10-07 23:02:39 +02:00

dotfiles/.config/nvim

Install Instructions

Install requires Neovim 0.9+. Always review the code before installing a configuration.

Clone the repository and install the plugins:

git clone git@github.com:Matt-FTW/dotfiles ~/.config/Matt-FTW/dotfiles
NVIM_APPNAME=Matt-FTW/dotfiles/.config/nvim nvim --headless +"Lazy! sync" +qa

Open Neovim with this config:

NVIM_APPNAME=Matt-FTW/dotfiles/.config/nvim nvim

Plugins

bars-and-lines

code-runner

color

colorscheme

comment

completion

debugging

dependency-management

editing-support

file-explorer

formatting

fuzzy-finder

game

git

github

keybinding

lsp

lsp-installer

marks

media

motion

nvim-dev

plugin-manager

preconfigured

scrollbar

scrolling

snippet

split-and-window

startup

statusline

syntax

tabline

terminal-integration

utility

workflow

Language Servers

  • eslint
  • html
  • omnisharp
  • sqlls
  • svelte
  • tailwindcss
  • taplo

This readme was generated by Dotfyle