Giter VIP home page Giter VIP logo

dotfiles's People

Contributors

justusschock avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

dotfiles's Issues

move to black

" TODO: move to black
let g:ale_fixers = {
\ '*': ['remove_trailing_lines', 'trim_whitespace'],
\ 'bash': ['shfmt'],
\ 'json': ['prettier'],
\ 'python': ['autoimport', 'black', 'isort'],


This issue was generated by todo based on a TODO comment in 2f6dc1b. It's been assigned to @justusschock because they committed the code.

User Config for predefined plugins

-- TODO: User Config for predefined plugins
-- After changing plugin config exit and reopen LunarVim, Run :PackerInstall :PackerCompile
lvim.builtin.dashboard.active = true
lvim.builtin.terminal.active = true
lvim.builtin.nvimtree.setup.view.side = "left"
lvim.builtin.nvimtree.show_icons.git = 1


This issue was generated by todo based on a TODO comment in ba5caa4. It's been assigned to @justusschock because they committed the code.

remove with next Lunarvim release

-- TODO: remove with next Lunarvim release
-- lvim.plugins.commit.null_ls = "b07ce47f02c7b12ad65bfb4da215c6380228a959"
-- Autocommands (https://neovim.io/doc/user/autocmd.html)
lvim.autocommands.custom_groups = {
{ "BufWinEnter", "*.lua", "setlocal ts=8 sw=8" },


This issue was generated by todo based on a TODO comment in ba5caa4. It's been assigned to @justusschock because they committed the code.

Add keymappings

-- TODO: Add keymappings
-- nnoremap <silent> <leader>dn :lua require('dap-python').test_method()<CR>
-- nnoremap <silent> <leader>df :lua require('dap-python').test_class()<CR>
-- vnoremap <silent> <leader>ds <ESC>:lua require('dap-python').debug_selection()<CR>


This issue was generated by todo based on a TODO comment in 4671b45. It's been assigned to @justusschock because they committed the code.

remove non-necessary servers (TS, HTML), add ansiblels, dockerls, jsonls, yamlls...

-- TODO: remove non-necessary servers (TS, HTML), add ansiblels, dockerls, jsonls, yamlls, julials
local servers = { 'bashls', 'pyright', 'clangd', 'ansiblels', 'dockerls', 'jsonls', 'yamlls', 'texlab' }
-- Set settings for language servers below
--
-- tsserver settings


This issue was generated by todo based on a TODO comment in 4671b45. It's been assigned to @justusschock because they committed the code.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.